#599B92

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

Shades of Cadet Blue #599B92

Tints of Cadet Blue #599B92

Color information

#599B92 (or 0x599B92) is unknown color: approx Cadet Blue. HEX triplet: 59, 9B and 92. RGB value is (89,155,146). Sum of RGB (Red+Green+Blue) = 89+155+146=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 155 - color contains mainly: green. Hex color #599B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599B92 is #A6646D. Grayscale: #868686. Windows color (decimal): -10904686 or 9608025. OLE color: 9608025.

HSL color Cylindrical-coordinate representation of color #599B92: hue angle of 171.82º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599B92 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB89155146-
CMYK0.4300.060.39
HSL171.82º27.05%47.84%-
HSV(B)171.82º42.58%60.78%-
XYZ21.0327.6431.42-
YUV134.24134.6395.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 155 (60.94% from 255) = 39.74%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=22.82%
G=39.74%
B=37.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891551460.4300.060.39171.8227.0547.84
Hex599B922B0627ac1b30
Octal1312332225306472543360
Binary1011001100110111001001010101101101001111010110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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