#557FB1

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

Shades of Havelock Blue #557FB1

Tints of Havelock Blue #557FB1

Color information

#557FB1 (or 0x557FB1) is unknown color: approx Havelock Blue. HEX triplet: 55, 7F and B1. RGB value is (85,127,177). Sum of RGB (Red+Green+Blue) = 85+127+177=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #557FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557FB1 is #AA804E. Grayscale: #777777. Windows color (decimal): -11173967 or 11632469. OLE color: 11632469.

HSL color Cylindrical-coordinate representation of color #557FB1: hue angle of 212.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #557FB1 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85127177-
CMYK0.520.2800.31
HSL212.61º37.1%51.37%-
HSV(B)212.61º51.98%69.41%-
XYZ19.2720.2844.49-
YUV120.14160.09102.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 177 (69.53% from 255) = 45.50%
R=21.85%
G=32.65%
B=45.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851271770.520.2800.31212.6137.151.37
Hex557FB1341C01Fd52533
Octal12517726164340373254563
Binary10101011111111101100011101001110001111111010101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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