#557DCF

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

Shades of Havelock Blue #557DCF

Tints of Havelock Blue #557DCF

Color information

#557DCF (or 0x557DCF) is unknown color: approx Havelock Blue. HEX triplet: 55, 7D and CF. RGB value is (85,125,207). Sum of RGB (Red+Green+Blue) = 85+125+207=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #557DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DCF is #AA8230. Grayscale: #7A7A7A. Windows color (decimal): -11174449 or 13598037. OLE color: 13598037.

HSL color Cylindrical-coordinate representation of color #557DCF: hue angle of 220.33º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557DCF is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85125207-
CMYK0.590.4000.19
HSL220.33º55.96%57.25%-
HSV(B)220.33º58.94%81.18%-
XYZ22.3421.161.93-
YUV122.39175.75101.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=20.38%
G=29.98%
B=49.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851252070.590.4000.19220.3355.9657.25
Hex557DCF3B28013dc3839
Octal12517531773500233347071
Binary101010111111011100111111101110100001001111011100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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