Html Css Color HEX #558ACB Havelock Blue

📋 copy color: '#558ACB'

red 85 ◦ green 138 ◦ blue 203

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

Shades of Havelock Blue #558ACB

Tints of Havelock Blue #558ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 19.95%
G = 32.39%
B = 47.65%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#558ACB (or 0x558ACB) is known color: Havelock Blue. HEX triplet: 55, 8A and CB. RGB value is (85,138,203). Sum of RGB (Red+Green+Blue) = 85+138+203=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #558ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ACB is #AA7534. Grayscale: #818181. Windows color (decimal): -11171125 or 13339221. OLE color: 13339221.

HSL color Cylindrical-coordinate representation of color #558ACB: hue angle of 213.05º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558ACB is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 138 203 -
CMYK 0.58 0.32 0 0.20
HSL 213.05º 0.53% 0.56% -
HSV(B) 213.05º 0.58% 0.8% -
XYZ 23.61 24.42 59.97 -
YUV 129.56 169.44 96.21 -
System Red Green Blue C M Y K H S L
Decimal 85 138 203 0.58 0.32 0 0.20 213.05 0.53 0.56
Hex 55 8A CB 3A 20 0 14 D5 35 38
Octal 125 212 313 72 40 0 24 325 65 70
Binary 1010101 10001010 11001011 111010 100000 0 10100 11010101 110101 111000

Color Harmonies of #558ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ACB

Black with #558ACB

Text Example


Text Example

White with #558ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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