Html Css Color HEX #559DA2 Cadet Blue

📋 copy color: '#559DA2'

red 85 ◦ green 157 ◦ blue 162

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

Shades of Cadet Blue #559DA2

Tints of Cadet Blue #559DA2

RGB

 RED value IS 85 (33.59% from 255) = 21.04%

 GREEN value IS 157 (61.72% from 255) = 38.86%

 BLUE value IS 162 (63.67% from 255) = 40.1%

R = 21.04%
G = 38.86%
B = 40.1%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#559DA2 (or 0x559DA2) is known color: Cadet Blue. HEX triplet: 55, 9D and A2. RGB value is (85,157,162). Sum of RGB (Red+Green+Blue) = 85+157+162=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 162 - color contains mainly: blue. Hex color #559DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559DA2 is #AA625D. Grayscale: #878787. Windows color (decimal): -11166302 or 10657109. OLE color: 10657109.

HSL color Cylindrical-coordinate representation of color #559DA2: hue angle of 183.9º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #559DA2 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 157 162 -
CMYK 0.48 0.03 0 0.36
HSL 183.9º 0.31% 0.48% -
HSV(B) 183.9º 0.48% 0.64% -
XYZ 22.32 28.65 38.54 -
YUV 136.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 85 157 162 0.48 0.03 0 0.36 183.9 0.31 0.48
Hex 55 9D A2 30 3 0 24 B8 1F 30
Octal 125 235 242 60 3 0 44 270 37 60
Binary 1010101 10011101 10100010 110000 11 0 100100 10111000 11111 110000

Color Harmonies of #559DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DA2

Black with #559DA2

Text Example


Text Example

White with #559DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559DA2; }

 p { color: rgb(85,157,162); }

 H1.HeaderClassName
 {
   color: #559DA2;
 }
 .AnyTagClassName
 {
   color: #559DA2;
 }
</style>

background-color css

<style>
 a { background-color: #559DA2; }

 a { background-color: rgb(85,157,162); }

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

border-color css

<style>
 span { border-color: #559DA2; }

 span { border-color: rgb(85,157,162); }

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