#558BCF

Color #558BCF Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #558BCF

Tints of Havelock Blue #558BCF

Color information

#558BCF (or 0x558BCF) is unknown color: approx Havelock Blue. HEX triplet: 55, 8B and CF. RGB value is (85,139,207). Sum of RGB (Red+Green+Blue) = 85+139+207=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #558BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BCF is #AA7430. Grayscale: #828282. Windows color (decimal): -11170865 or 13601621. OLE color: 13601621.

HSL color Cylindrical-coordinate representation of color #558BCF: hue angle of 213.44º degrees, saturation: 0.56, 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 #558BCF is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85139207-
CMYK0.590.3300.19
HSL213.44º55.96%57.25%-
HSV(B)213.44º58.94%81.18%-
XYZ24.2424.962.56-
YUV130.61171.1195.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.72%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 207 (81.25% from 255) = 48.03%
R=19.72%
G=32.25%
B=48.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851392070.590.3300.19213.4455.9657.25
Hex558BCF3B21013d53839
Octal12521331773410233257071
Binary1010101100010111100111111101110000101001111010101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #558BCF;
 }
 .AnyTagClassName
 {
   color: #558BCF;
 }
</style>
background-color css

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

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

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

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

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

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