#557CBC

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

Shades of Havelock Blue #557CBC

Tints of Havelock Blue #557CBC

Color information

#557CBC (or 0x557CBC) is unknown color: approx Havelock Blue. HEX triplet: 55, 7C and BC. RGB value is (85,124,188). Sum of RGB (Red+Green+Blue) = 85+124+188=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #557CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CBC is #AA8343. Grayscale: #777777. Windows color (decimal): -11174724 or 12352597. OLE color: 12352597.

HSL color Cylindrical-coordinate representation of color #557CBC: hue angle of 217.28º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557CBC is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85124188-
CMYK0.550.3400.26
HSL217.28º43.46%53.53%-
HSV(B)217.28º54.79%73.73%-
XYZ20.0319.9850.38-
YUV119.64166.58103.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.41%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=21.41%
G=31.23%
B=47.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851241880.550.3400.26217.2843.4653.53
Hex557CBC372201Ad92b36
Octal12517427467420323315366
Binary101010111111001011110011011110001001101011011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,124,188); }

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

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

 a { background-color: rgb(85,124,188); }

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

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

 span { border-color: rgb(85,124,188); }

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