#599A9D

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

Shades of Cadet Blue #599A9D

Tints of Cadet Blue #599A9D

Color information

#599A9D (or 0x599A9D) is unknown color: approx Cadet Blue. HEX triplet: 59, 9A and 9D. RGB value is (89,154,157). Sum of RGB (Red+Green+Blue) = 89+154+157=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #599A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599A9D is #A66562. Grayscale: #868686. Windows color (decimal): -10904931 or 10328665. OLE color: 10328665.

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

Color convert

RGB89154157-
CMYK0.430.0200.38
HSL182.65º27.64%48.24%-
HSV(B)182.65º43.31%61.57%-
XYZ21.7627.6736.09-
YUV134.91140.4795.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.25%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=22.25%
G=38.5%
B=39.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891541570.430.0200.38182.6527.6448.24
Hex599A9D2B2026b71c30
Octal1312322355320462673460
Binary101100110011010100111011010111001001101011011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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