#558BCB

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

Shades of Havelock Blue #558BCB

Tints of Havelock Blue #558BCB

Color information

#558BCB (or 0x558BCB) is unknown color: approx Havelock Blue. HEX triplet: 55, 8B and CB. RGB value is (85,139,203). Sum of RGB (Red+Green+Blue) = 85+139+203=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #558BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BCB is #AA7434. Grayscale: #818181. Windows color (decimal): -11170869 or 13339477. OLE color: 13339477.

HSL color Cylindrical-coordinate representation of color #558BCB: hue angle of 212.54º 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 #558BCB is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85139203-
CMYK0.580.3200.20
HSL212.54º53.15%56.47%-
HSV(B)212.54º58.13%79.61%-
XYZ23.7624.7160.02-
YUV130.15169.1195.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=19.91%
G=32.55%
B=47.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851392030.580.3200.20212.5453.1556.47
Hex558BCB3A20014d53538
Octal12521331372400243256570
Binary1010101100010111100101111101010000001010011010101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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