Html Css Color HEX #599BA5 Cadet Blue

📋 copy color: '#599BA5'

red 89 ◦ green 155 ◦ blue 165

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

Shades of Cadet Blue #599BA5

Tints of Cadet Blue #599BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.34%

R = 21.76%
G = 37.9%
B = 40.34%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#599BA5 (or 0x599BA5) is known color: Cadet Blue. HEX triplet: 59, 9B and A5. RGB value is (89,155,165). Sum of RGB (Red+Green+Blue) = 89+155+165=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 165 - color contains mainly: blue. Hex color #599BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599BA5 is #A6645A. Grayscale: #888888. Windows color (decimal): -10904667 or 10853209. OLE color: 10853209.

HSL color Cylindrical-coordinate representation of color #599BA5: hue angle of 187.89º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #599BA5 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 155 165 -
CMYK 0.46 0.06 0 0.35
HSL 187.89º 0.3% 0.5% -
HSV(B) 187.89º 0.46% 0.65% -
XYZ 22.63 28.28 39.86 -
YUV 136.41 144.13 94.19 -
System Red Green Blue C M Y K H S L
Decimal 89 155 165 0.46 0.06 0 0.35 187.89 0.3 0.5
Hex 59 9B A5 2E 6 0 23 BC 1E 32
Octal 131 233 245 56 6 0 43 274 36 62
Binary 1011001 10011011 10100101 101110 110 0 100011 10111100 11110 110010

Color Harmonies of #599BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BA5

Black with #599BA5

Text Example


Text Example

White with #599BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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