#557CBA

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

Shades of Havelock Blue #557CBA

Tints of Havelock Blue #557CBA

Color information

#557CBA (or 0x557CBA) is unknown color: approx Havelock Blue. HEX triplet: 55, 7C and BA. RGB value is (85,124,186). Sum of RGB (Red+Green+Blue) = 85+124+186=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #557CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CBA is #AA8345. Grayscale: #777777. Windows color (decimal): -11174726 or 12221525. OLE color: 12221525.

HSL color Cylindrical-coordinate representation of color #557CBA: hue angle of 216.83º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #557CBA is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85124186-
CMYK0.540.3300.27
HSL216.83º42.26%53.14%-
HSV(B)216.83º54.3%72.94%-
XYZ19.8219.8949.25-
YUV119.41165.58103.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=21.52%
G=31.39%
B=47.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851241860.540.3300.27216.8342.2653.14
Hex557CBA362101Bd92a35
Octal12517427266410333315265
Binary101010111111001011101011011010000101101111011001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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