Html Css Color HEX #559EA4 Cadet Blue

📋 copy color: '#559EA4'

red 85 ◦ green 158 ◦ blue 164

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

Shades of Cadet Blue #559EA4

Tints of Cadet Blue #559EA4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.82%

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 20.88%
G = 38.82%
B = 40.29%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#559EA4 (or 0x559EA4) is known color: Cadet Blue. HEX triplet: 55, 9E and A4. RGB value is (85,158,164). Sum of RGB (Red+Green+Blue) = 85+158+164=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #559EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559EA4 is #AA615B. Grayscale: #888888. Windows color (decimal): -11166044 or 10788437. OLE color: 10788437.

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

Color convert

RGB 85 158 164 -
CMYK 0.48 0.04 0 0.36
HSL 184.56º 0.32% 0.49% -
HSV(B) 184.56º 0.48% 0.64% -
XYZ 22.67 29.07 39.54 -
YUV 136.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 85 158 164 0.48 0.04 0 0.36 184.56 0.32 0.49
Hex 55 9E A4 30 4 0 24 B9 20 31
Octal 125 236 244 60 4 0 44 271 40 61
Binary 1010101 10011110 10100100 110000 100 0 100100 10111001 100000 110001

Color Harmonies of #559EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EA4

Black with #559EA4

Text Example


Text Example

White with #559EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,158,164); }

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

background-color css

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

 a { background-color: rgb(85,158,164); }

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

border-color css

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

 span { border-color: rgb(85,158,164); }

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