#557FB7

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

Shades of Havelock Blue #557FB7

Tints of Havelock Blue #557FB7

Color information

#557FB7 (or 0x557FB7) is unknown color: approx Havelock Blue. HEX triplet: 55, 7F and B7. RGB value is (85,127,183). Sum of RGB (Red+Green+Blue) = 85+127+183=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #557FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FB7 is #AA8048. Grayscale: #787878. Windows color (decimal): -11173961 or 12025685. OLE color: 12025685.

HSL color Cylindrical-coordinate representation of color #557FB7: hue angle of 214.29º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #557FB7 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB85127183-
CMYK0.540.3100.28
HSL214.29º40.5%52.55%-
HSV(B)214.29º53.55%71.76%-
XYZ19.8820.5347.71-
YUV120.83163.09102.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 183 (71.88% from 255) = 46.33%
R=21.52%
G=32.15%
B=46.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851271830.540.3100.28214.2940.552.55
Hex557FB7361F01Cd62835
Octal12517726766370343265065
Binary10101011111111101101111101101111101110011010110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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