#557EC7

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

Shades of Havelock Blue #557EC7

Tints of Havelock Blue #557EC7

Color information

#557EC7 (or 0x557EC7) is unknown color: approx Havelock Blue. HEX triplet: 55, 7E and C7. RGB value is (85,126,199). Sum of RGB (Red+Green+Blue) = 85+126+199=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 199 (78.12% from 255 or 48.54% from 410); Max value from RGB is 199 - color contains mainly: blue. Hex color #557EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EC7 is #AA8138. Grayscale: #797979. Windows color (decimal): -11174201 or 13074005. OLE color: 13074005.

HSL color Cylindrical-coordinate representation of color #557EC7: hue angle of 218.42º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557EC7 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85126199-
CMYK0.570.3700.22
HSL218.42º50.44%55.69%-
HSV(B)218.42º57.29%78.04%-
XYZ21.5220.9856.95-
YUV122.06171.42101.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.73%
GREEN value IS 126 (49.61% from 255) = 30.73%
BLUE value IS 199 (78.12% from 255) = 48.54%
R=20.73%
G=30.73%
B=48.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851261990.570.3700.22218.4250.4455.69
Hex557EC73925016da3238
Octal12517630771450263326270
Binary101010111111101100011111100110010101011011011010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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