#557DD5

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

Shades of Havelock Blue #557DD5

Tints of Havelock Blue #557DD5

Color information

#557DD5 (or 0x557DD5) is unknown color: approx Havelock Blue. HEX triplet: 55, 7D and D5. RGB value is (85,125,213). Sum of RGB (Red+Green+Blue) = 85+125+213=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #557DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DD5 is #AA822A. Grayscale: #7A7A7A. Windows color (decimal): -11174443 or 13991253. OLE color: 13991253.

HSL color Cylindrical-coordinate representation of color #557DD5: hue angle of 221.25º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #557DD5 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85125213-
CMYK0.600.4100.16
HSL221.25º60.38%58.43%-
HSV(B)221.25º60.09%83.53%-
XYZ23.0921.465.86-
YUV123.07178.75100.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.09%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 213 (83.59% from 255) = 50.35%
R=20.09%
G=29.55%
B=50.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851252130.600.4100.16221.2560.3858.43
Hex557DD53C29010dd3c3a
Octal12517532574510203357472
Binary101010111111011101010111110010100101000011011101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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