Html Css Color HEX #558AD2 Havelock Blue

📋 copy color: '#558AD2'

red 85 ◦ green 138 ◦ blue 210

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

Shades of Havelock Blue #558AD2

Tints of Havelock Blue #558AD2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

 BLUE value IS 210 (82.42% from 255) = 48.5%

R = 19.63%
G = 31.87%
B = 48.5%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#558AD2 (or 0x558AD2) is known color: Havelock Blue. HEX triplet: 55, 8A and D2. RGB value is (85,138,210). Sum of RGB (Red+Green+Blue) = 85+138+210=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #558AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558AD2 is #AA752D. Grayscale: #828282. Windows color (decimal): -11171118 or 13797973. OLE color: 13797973.

HSL color Cylindrical-coordinate representation of color #558AD2: hue angle of 214.56º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558AD2 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 138 210 -
CMYK 0.60 0.34 0 0.18
HSL 214.56º 0.58% 0.58% -
HSV(B) 214.56º 0.6% 0.82% -
XYZ 24.47 24.76 64.46 -
YUV 130.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 85 138 210 0.60 0.34 0 0.18 214.56 0.58 0.58
Hex 55 8A D2 3C 22 0 12 D7 3A 3A
Octal 125 212 322 74 42 0 22 327 72 72
Binary 1010101 10001010 11010010 111100 100010 0 10010 11010111 111010 111010

Color Harmonies of #558AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558AD2

Black with #558AD2

Text Example


Text Example

White with #558AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558AD2; }

 p { color: rgb(85,138,210); }

 H1.HeaderClassName
 {
   color: #558AD2;
 }
 .AnyTagClassName
 {
   color: #558AD2;
 }
</style>

background-color css

<style>
 a { background-color: #558AD2; }

 a { background-color: rgb(85,138,210); }

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

border-color css

<style>
 span { border-color: #558AD2; }

 span { border-color: rgb(85,138,210); }

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