#599D92

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

Shades of Cadet Blue #599D92

Tints of Cadet Blue #599D92

Color information

#599D92 (or 0x599D92) is unknown color: approx Cadet Blue. HEX triplet: 59, 9D and 92. RGB value is (89,157,146). Sum of RGB (Red+Green+Blue) = 89+157+146=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 157 - color contains mainly: green. Hex color #599D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599D92 is #A6626D. Grayscale: #878787. Windows color (decimal): -10904174 or 9608537. OLE color: 9608537.

HSL color Cylindrical-coordinate representation of color #599D92: hue angle of 170.29º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599D92 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB89157146-
CMYK0.4300.070.38
HSL170.29º27.64%48.24%-
HSV(B)170.29º43.31%61.57%-
XYZ21.3728.3131.53-
YUV135.41133.9794.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.70%
GREEN value IS 157 (61.72% from 255) = 40.05%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=22.70%
G=40.05%
B=37.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891571460.4300.070.38170.2927.6448.24
Hex599D922B0726aa1c30
Octal1312352225307462523460
Binary1011001100111011001001010101101111001101010101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,157,146); }

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

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

 a { background-color: rgb(89,157,146); }

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

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

 span { border-color: rgb(89,157,146); }

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