Html Css Color HEX #599BA0 Cadet Blue

📋 copy color: '#599BA0'

red 89 ◦ green 155 ◦ blue 160

#599BA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #599BA0

Tints of Cadet Blue #599BA0

RGB

 RED value IS 89 (35.16% from 255) = 22.03%

 GREEN value IS 155 (60.94% from 255) = 38.37%

 BLUE value IS 160 (62.89% from 255) = 39.6%

R = 22.03%
G = 38.37%
B = 39.6%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#599BA0 (or 0x599BA0) is known color: Cadet Blue. HEX triplet: 59, 9B and A0. RGB value is (89,155,160). Sum of RGB (Red+Green+Blue) = 89+155+160=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 160 - color contains mainly: blue. Hex color #599BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599BA0 is #A6645F. Grayscale: #878787. Windows color (decimal): -10904672 or 10525529. OLE color: 10525529.

HSL color Cylindrical-coordinate representation of color #599BA0: hue angle of 184.23º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599BA0 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 155 160 -
CMYK 0.44 0.03 0 0.37
HSL 184.23º 0.29% 0.49% -
HSV(B) 184.23º 0.44% 0.63% -
XYZ 22.19 28.1 37.51 -
YUV 135.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 89 155 160 0.44 0.03 0 0.37 184.23 0.29 0.49
Hex 59 9B A0 2C 3 0 25 B8 1D 31
Octal 131 233 240 54 3 0 45 270 35 61
Binary 1011001 10011011 10100000 101100 11 0 100101 10111000 11101 110001

Color Harmonies of #599BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BA0

Black with #599BA0

Text Example


Text Example

White with #599BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #599BA0;
 }
 .AnyTagClassName
 {
   color: #599BA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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