#557DC7

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

Shades of Havelock Blue #557DC7

Tints of Havelock Blue #557DC7

Color information

#557DC7 (or 0x557DC7) is unknown color: approx Havelock Blue. HEX triplet: 55, 7D and C7. RGB value is (85,125,199). Sum of RGB (Red+Green+Blue) = 85+125+199=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 199 - color contains mainly: blue. Hex color #557DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DC7 is #AA8238. Grayscale: #797979. Windows color (decimal): -11174457 or 13073749. OLE color: 13073749.

HSL color Cylindrical-coordinate representation of color #557DC7: hue angle of 218.95º 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 #557DC7 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85125199-
CMYK0.570.3700.22
HSL218.95º50.44%55.69%-
HSV(B)218.95º57.29%78.04%-
XYZ21.3920.7256.91-
YUV121.48171.75101.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.78%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 199 (78.12% from 255) = 48.66%
R=20.78%
G=30.56%
B=48.66%

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
Decimal851251990.570.3700.22218.9550.4455.69
Hex557DC73925016db3238
Octal12517530771450263336270
Binary101010111111011100011111100110010101011011011011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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