#557DBC

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

Shades of Havelock Blue #557DBC

Tints of Havelock Blue #557DBC

Color information

#557DBC (or 0x557DBC) is unknown color: approx Havelock Blue. HEX triplet: 55, 7D and BC. RGB value is (85,125,188). Sum of RGB (Red+Green+Blue) = 85+125+188=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #557DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DBC is #AA8243. Grayscale: #777777. Windows color (decimal): -11174468 or 12352853. OLE color: 12352853.

HSL color Cylindrical-coordinate representation of color #557DBC: hue angle of 216.7º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557DBC is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85125188-
CMYK0.550.3400.26
HSL216.7º43.46%53.53%-
HSV(B)216.7º54.79%73.73%-
XYZ20.1620.2350.42-
YUV120.22166.25102.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.36%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=21.36%
G=31.41%
B=47.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851251880.550.3400.26216.743.4653.53
Hex557DBC372201Ad92b36
Octal12517527467420323315366
Binary101010111111011011110011011110001001101011011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557DBC; }

 p { color: rgb(85,125,188); }

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

<style>
 a { background-color: #557DBC; }

 a { background-color: rgb(85,125,188); }

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

<style>
 span { border-color: #557DBC; }

 span { border-color: rgb(85,125,188); }

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