#599EAC

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

Shades of Cadet Blue #599EAC

Tints of Cadet Blue #599EAC

Color information

#599EAC (or 0x599EAC) is unknown color: approx Cadet Blue. HEX triplet: 59, 9E and AC. RGB value is (89,158,172). Sum of RGB (Red+Green+Blue) = 89+158+172=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #599EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599EAC is #A66153. Grayscale: #8A8A8A. Windows color (decimal): -10903892 or 11312729. OLE color: 11312729.

HSL color Cylindrical-coordinate representation of color #599EAC: hue angle of 190.12º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #599EAC is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89158172-
CMYK0.480.0800.33
HSL190.12º33.33%51.18%-
HSV(B)190.12º48.26%67.45%-
XYZ23.7929.5643.48-
YUV138.96146.6492.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.24%
GREEN value IS 158 (62.11% from 255) = 37.71%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=21.24%
G=37.71%
B=41.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891581720.480.0800.33190.1233.3351.18
Hex599EAC308021be2133
Octal13123625460100412764163
Binary101100110011110101011001100001000010000110111110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,158,172); }

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

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

 a { background-color: rgb(89,158,172); }

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

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

 span { border-color: rgb(89,158,172); }

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