Html Css Color HEX #558ACE Havelock Blue

📋 copy color: '#558ACE'

red 85 ◦ green 138 ◦ blue 206

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

Shades of Havelock Blue #558ACE

Tints of Havelock Blue #558ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 19.81%
G = 32.17%
B = 48.02%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#558ACE (or 0x558ACE) is known color: Havelock Blue. HEX triplet: 55, 8A and CE. RGB value is (85,138,206). Sum of RGB (Red+Green+Blue) = 85+138+206=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #558ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ACE is #AA7531. Grayscale: #818181. Windows color (decimal): -11171122 or 13535829. OLE color: 13535829.

HSL color Cylindrical-coordinate representation of color #558ACE: hue angle of 213.72º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558ACE is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 138 206 -
CMYK 0.59 0.33 0 0.19
HSL 213.72º 0.55% 0.57% -
HSV(B) 213.72º 0.59% 0.81% -
XYZ 23.98 24.56 61.87 -
YUV 129.91 170.94 95.97 -
System Red Green Blue C M Y K H S L
Decimal 85 138 206 0.59 0.33 0 0.19 213.72 0.55 0.57
Hex 55 8A CE 3B 21 0 13 D6 37 39
Octal 125 212 316 73 41 0 23 326 67 71
Binary 1010101 10001010 11001110 111011 100001 0 10011 11010110 110111 111001

Color Harmonies of #558ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ACE

Black with #558ACE

Text Example


Text Example

White with #558ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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