#557BBB

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

Shades of Havelock Blue #557BBB

Tints of Havelock Blue #557BBB

Color information

#557BBB (or 0x557BBB) is unknown color: approx Havelock Blue. HEX triplet: 55, 7B and BB. RGB value is (85,123,187). Sum of RGB (Red+Green+Blue) = 85+123+187=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #557BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BBB is #AA8444. Grayscale: #767676. Windows color (decimal): -11174981 or 12286805. OLE color: 12286805.

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

Color convert

RGB85123187-
CMYK0.550.3400.27
HSL217.65º42.86%53.33%-
HSV(B)217.65º54.55%73.33%-
XYZ19.819.6949.77-
YUV118.93166.41103.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 123 (48.44% from 255) = 31.14%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=21.52%
G=31.14%
B=47.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851231870.550.3400.27217.6542.8653.33
Hex557BBB372201Bda2b35
Octal12517327367420333325365
Binary101010111110111011101111011110001001101111011010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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