#599AA7

Color #599AA7 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #599AA7

Tints of Cadet Blue #599AA7

Color information

#599AA7 (or 0x599AA7) is unknown color: approx Cadet Blue. HEX triplet: 59, 9A and A7. RGB value is (89,154,167). Sum of RGB (Red+Green+Blue) = 89+154+167=410 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.71% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 167 - color contains mainly: blue. Hex color #599AA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599AA7 is #A66558. Grayscale: #878787. Windows color (decimal): -10904921 or 10984025. OLE color: 10984025.

HSL color Cylindrical-coordinate representation of color #599AA7: hue angle of 190º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #599AA7 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB89154167-
CMYK0.470.0800.35
HSL190º30.71%50.2%-
HSV(B)190º46.71%65.49%-
XYZ22.6528.0340.77-
YUV136.05145.4794.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 21.71%
GREEN value IS 154 (60.55% from 255) = 37.56%
BLUE value IS 167 (65.62% from 255) = 40.73%
R=21.71%
G=37.56%
B=40.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891541670.470.0800.3519030.7150.2
Hex599AA72F8023be1f32
Octal13123224757100432763762
Binary10110011001101010100111101111100001000111011111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599AA7; }

 p { color: rgb(89,154,167); }

 H1.HeaderClassName
 {
   color: #599AA7;
 }
 .AnyTagClassName
 {
   color: #599AA7;
 }
</style>
background-color css

<style>
 a { background-color: #599AA7; }

 a { background-color: rgb(89,154,167); }

 div.DivClassName
 {
   background-color: #599AA7;
 }
 .BgClassName
 {
   background-color: #599AA7;
 }
</style>
border-color css

<style>
 span { border-color: #599AA7; }

 span { border-color: rgb(89,154,167); }

 td.TdClassName
 {
   border-color: #599AA7;
 }
 .TagClassName
 {
   border-color: #599AA7;
 }
</style>