#557EB7

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

Shades of Havelock Blue #557EB7

Tints of Havelock Blue #557EB7

Color information

#557EB7 (or 0x557EB7) is unknown color: approx Havelock Blue. HEX triplet: 55, 7E and B7. RGB value is (85,126,183). Sum of RGB (Red+Green+Blue) = 85+126+183=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 183 - color contains mainly: blue. Hex color #557EB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EB7 is #AA8148. Grayscale: #777777. Windows color (decimal): -11174217 or 12025429. OLE color: 12025429.

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

Color convert

RGB85126183-
CMYK0.540.3100.28
HSL214.9º40.5%52.55%-
HSV(B)214.9º53.55%71.76%-
XYZ19.7520.2747.67-
YUV120.24163.42102.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 183 (71.88% from 255) = 46.45%
R=21.57%
G=31.98%
B=46.45%

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
Decimal851261830.540.3100.28214.940.552.55
Hex557EB7361F01Cd72835
Octal12517626766370343275065
Binary10101011111110101101111101101111101110011010111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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