#557EBB

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

Shades of Havelock Blue #557EBB

Tints of Havelock Blue #557EBB

Color information

#557EBB (or 0x557EBB) is unknown color: approx Havelock Blue. HEX triplet: 55, 7E and BB. RGB value is (85,126,187). Sum of RGB (Red+Green+Blue) = 85+126+187=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #557EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EBB is #AA8144. Grayscale: #787878. Windows color (decimal): -11174213 or 12287573. OLE color: 12287573.

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

Color convert

RGB85126187-
CMYK0.550.3300.27
HSL215.88º42.86%53.33%-
HSV(B)215.88º54.55%73.33%-
XYZ20.1820.4449.9-
YUV120.69165.42102.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.36%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=21.36%
G=31.66%
B=46.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851261870.550.3300.27215.8842.8653.33
Hex557EBB372101Bd82b35
Octal12517627367410333305365
Binary101010111111101011101111011110000101101111011000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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