#557EB1

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

Shades of Havelock Blue #557EB1

Tints of Havelock Blue #557EB1

Color information

#557EB1 (or 0x557EB1) is unknown color: approx Havelock Blue. HEX triplet: 55, 7E and B1. RGB value is (85,126,177). Sum of RGB (Red+Green+Blue) = 85+126+177=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #557EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557EB1 is #AA814E. Grayscale: #777777. Windows color (decimal): -11174223 or 11632213. OLE color: 11632213.

HSL color Cylindrical-coordinate representation of color #557EB1: hue angle of 213.26º 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 #557EB1 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85126177-
CMYK0.520.2900.31
HSL213.26º37.1%51.37%-
HSV(B)213.26º51.98%69.41%-
XYZ19.1420.0344.45-
YUV119.55160.42103.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=21.91%
G=32.47%
B=45.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851261770.520.2900.31213.2637.151.37
Hex557EB1341D01Fd52533
Octal12517626164350373254563
Binary10101011111110101100011101001110101111111010101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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