#557CBB

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

Shades of Havelock Blue #557CBB

Tints of Havelock Blue #557CBB

Color information

#557CBB (or 0x557CBB) is unknown color: approx Havelock Blue. HEX triplet: 55, 7C and BB. RGB value is (85,124,187). Sum of RGB (Red+Green+Blue) = 85+124+187=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #557CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CBB is #AA8344. Grayscale: #777777. Windows color (decimal): -11174725 or 12287061. OLE color: 12287061.

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

Color convert

RGB85124187-
CMYK0.550.3400.27
HSL217.06º42.86%53.33%-
HSV(B)217.06º54.55%73.33%-
XYZ19.9219.9349.81-
YUV119.52166.08103.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 187 (73.44% from 255) = 47.22%
R=21.46%
G=31.31%
B=47.22%

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
Decimal851241870.550.3400.27217.0642.8653.33
Hex557CBB372201Bd92b35
Octal12517427367420333315365
Binary101010111111001011101111011110001001101111011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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