#557fd7

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

Shades of Havelock Blue #557FD7

Tints of Havelock Blue #557FD7

Color information

#557FD7 (or 0x557FD7) is unknown color: approx Havelock Blue. HEX triplet: 55, 7F and D7. RGB value is (85,127,215). Sum of RGB (Red+Green+Blue) = 85+127+215=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #557FD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FD7 is #AA8028. Grayscale: #7C7C7C. Windows color (decimal): -11173929 or 14122837. OLE color: 14122837.

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

Color convert

RGB85127215-
CMYK0.600.4100.16
HSL220.62º61.9%58.82%-
HSV(B)220.62º60.47%84.31%-
XYZ23.622.0267.3-
YUV124.47179.0999.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 215 (84.38% from 255) = 50.35%
R=19.91%
G=29.74%
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
Decimal851272150.600.4100.16220.6261.958.82
Hex557FD73C29010dd3e3b
Octal12517732774510203357673
Binary101010111111111101011111110010100101000011011101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557fd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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