#557DB1

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

Shades of Havelock Blue #557DB1

Tints of Havelock Blue #557DB1

Color information

#557DB1 (or 0x557DB1) is unknown color: approx Havelock Blue. HEX triplet: 55, 7D and B1. RGB value is (85,125,177). Sum of RGB (Red+Green+Blue) = 85+125+177=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #557DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557DB1 is #AA824E. Grayscale: #767676. Windows color (decimal): -11174479 or 11631957. OLE color: 11631957.

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

Color convert

RGB85125177-
CMYK0.520.2900.31
HSL213.91º37.1%51.37%-
HSV(B)213.91º51.98%69.41%-
XYZ19.0219.7744.41-
YUV118.97160.75103.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 177 (69.53% from 255) = 45.74%
R=21.96%
G=32.30%
B=45.74%

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
Decimal851251770.520.2900.31213.9137.151.37
Hex557DB1341D01Fd62533
Octal12517526164350373264563
Binary10101011111101101100011101001110101111111010110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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