#557BBA

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

Shades of Havelock Blue #557BBA

Tints of Havelock Blue #557BBA

Color information

#557BBA (or 0x557BBA) is unknown color: approx Havelock Blue. HEX triplet: 55, 7B and BA. RGB value is (85,123,186). Sum of RGB (Red+Green+Blue) = 85+123+186=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #557BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BBA is #AA8445. Grayscale: #767676. Windows color (decimal): -11174982 or 12221269. OLE color: 12221269.

HSL color Cylindrical-coordinate representation of color #557BBA: hue angle of 217.43º 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 #557BBA is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85123186-
CMYK0.540.3400.27
HSL217.43º42.26%53.14%-
HSV(B)217.43º54.3%72.94%-
XYZ19.6919.6449.21-
YUV118.82165.91103.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 123 (48.44% from 255) = 31.22%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=21.57%
G=31.22%
B=47.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851231860.540.3400.27217.4342.2653.14
Hex557BBA362201Bd92a35
Octal12517327266420333315265
Binary101010111110111011101011011010001001101111011001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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