Html Css Color HEX #558BCC Havelock Blue

📋 copy color: '#558BCC'

red 85 ◦ green 139 ◦ blue 204

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

Shades of Havelock Blue #558BCC

Tints of Havelock Blue #558BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.48%

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 19.86%
G = 32.48%
B = 47.66%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#558BCC (or 0x558BCC) is known color: Havelock Blue. HEX triplet: 55, 8B and CC. RGB value is (85,139,204). Sum of RGB (Red+Green+Blue) = 85+139+204=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #558BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BCC is #AA7433. Grayscale: #818181. Windows color (decimal): -11170868 or 13405013. OLE color: 13405013.

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

Color convert

RGB 85 139 204 -
CMYK 0.58 0.32 0 0.2
HSL 212.77º 0.54% 0.57% -
HSV(B) 212.77º 0.58% 0.8% -
XYZ 23.88 24.76 60.65 -
YUV 130.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 85 139 204 0.58 0.32 0 0.2 212.77 0.54 0.57
Hex 55 8B CC 3A 20 0 14 D5 36 39
Octal 125 213 314 72 40 0 24 325 66 71
Binary 1010101 10001011 11001100 111010 100000 0 10100 11010101 110110 111001

Color Harmonies of #558BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BCC

Black with #558BCC

Text Example


Text Example

White with #558BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,139,204); }

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

background-color css

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

 a { background-color: rgb(85,139,204); }

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

border-color css

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

 span { border-color: rgb(85,139,204); }

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