#557EB6

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

Shades of Havelock Blue #557EB6

Tints of Havelock Blue #557EB6

Color information

#557EB6 (or 0x557EB6) is unknown color: approx Havelock Blue. HEX triplet: 55, 7E and B6. RGB value is (85,126,182). Sum of RGB (Red+Green+Blue) = 85+126+182=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #557EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EB6 is #AA8149. Grayscale: #777777. Windows color (decimal): -11174218 or 11959893. OLE color: 11959893.

HSL color Cylindrical-coordinate representation of color #557EB6: hue angle of 214.64º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #557EB6 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85126182-
CMYK0.530.3100.29
HSL214.64º39.92%52.35%-
HSV(B)214.64º53.3%71.37%-
XYZ19.6520.2347.13-
YUV120.12162.92102.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 182 (71.48% from 255) = 46.31%
R=21.63%
G=32.06%
B=46.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851261820.530.3100.29214.6439.9252.35
Hex557EB6351F01Dd72834
Octal12517626665370353275064
Binary10101011111110101101101101011111101110111010111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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