#557BCC

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

Shades of Havelock Blue #557BCC

Tints of Havelock Blue #557BCC

Color information

#557BCC (or 0x557BCC) is unknown color: approx Havelock Blue. HEX triplet: 55, 7B and CC. RGB value is (85,123,204). Sum of RGB (Red+Green+Blue) = 85+123+204=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #557BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BCC is #AA8433. Grayscale: #787878. Windows color (decimal): -11174964 or 13400917. OLE color: 13400917.

HSL color Cylindrical-coordinate representation of color #557BCC: hue angle of 220.84º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #557BCC is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB85123204-
CMYK0.580.4000.2
HSL220.84º53.85%56.67%-
HSV(B)220.84º58.33%80%-
XYZ21.7320.4659.93-
YUV120.87174.91102.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.63%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=20.63%
G=29.85%
B=49.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal851232040.580.4000.2220.8453.8556.67
Hex557BCC3A28014dd3639
Octal12517331472500243356671
Binary101010111110111100110011101010100001010011011101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,123,204); }

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

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

 a { background-color: rgb(85,123,204); }

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

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

 span { border-color: rgb(85,123,204); }

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