#557fbd

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

Shades of Havelock Blue #557FBD

Tints of Havelock Blue #557FBD

Color information

#557FBD (or 0x557FBD) is unknown color: approx Havelock Blue. HEX triplet: 55, 7F and BD. RGB value is (85,127,189). Sum of RGB (Red+Green+Blue) = 85+127+189=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #557FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FBD is #AA8042. Grayscale: #797979. Windows color (decimal): -11173955 or 12418901. OLE color: 12418901.

HSL color Cylindrical-coordinate representation of color #557FBD: hue angle of 215.77º degrees, saturation: 0.44, 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 #557FBD is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85127189-
CMYK0.550.3300.26
HSL215.77º44.07%53.73%-
HSV(B)215.77º55.03%74.12%-
XYZ20.5220.7851.07-
YUV121.51166.09101.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.20%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=21.20%
G=31.67%
B=47.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851271890.550.3300.26215.7744.0753.73
Hex557FBD372101Ad82c36
Octal12517727567410323305466
Binary101010111111111011110111011110000101101011011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557fbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,127,189); }

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

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

 a { background-color: rgb(85,127,189); }

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

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

 span { border-color: rgb(85,127,189); }

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