#599D95

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

Shades of Cadet Blue #599D95

Tints of Cadet Blue #599D95

Color information

#599D95 (or 0x599D95) is unknown color: approx Cadet Blue. HEX triplet: 59, 9D and 95. RGB value is (89,157,149). Sum of RGB (Red+Green+Blue) = 89+157+149=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #599D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599D95 is #A6626A. Grayscale: #878787. Windows color (decimal): -10904171 or 9805145. OLE color: 9805145.

HSL color Cylindrical-coordinate representation of color #599D95: hue angle of 172.94º 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 #599D95 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB89157149-
CMYK0.4300.050.38
HSL172.94º27.64%48.24%-
HSV(B)172.94º43.31%61.57%-
XYZ21.628.4132.78-
YUV135.76135.4794.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.53%
GREEN value IS 157 (61.72% from 255) = 39.75%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=22.53%
G=39.75%
B=37.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891571490.4300.050.38172.9427.6448.24
Hex599D952B0526ad1c30
Octal1312352255305462553460
Binary1011001100111011001010110101101011001101010110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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