#506EBC

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

Shades of Havelock Blue #506EBC

Tints of Havelock Blue #506EBC

Color information

#506EBC (or 0x506EBC) is unknown color: approx Havelock Blue. HEX triplet: 50, 6E and BC. RGB value is (80,110,188). Sum of RGB (Red+Green+Blue) = 80+110+188=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #506EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506EBC is #AF9143. Grayscale: #6D6D6D. Windows color (decimal): -11505988 or 12349008. OLE color: 12349008.

HSL color Cylindrical-coordinate representation of color #506EBC: hue angle of 223.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #506EBC is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB80110188-
CMYK0.570.4100.26
HSL223.33º44.63%52.55%-
HSV(B)223.33º57.45%73.73%-
XYZ17.9616.4949.81-
YUV109.92172.06106.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.16%
GREEN value IS 110 (43.36% from 255) = 29.10%
BLUE value IS 188 (73.83% from 255) = 49.74%
R=21.16%
G=29.10%
B=49.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801101880.570.4100.26223.3344.6352.55
Hex506EBC392901Adf2d35
Octal12015627471510323375565
Binary101000011011101011110011100110100101101011011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506EBC; }

 p { color: rgb(80,110,188); }

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

<style>
 a { background-color: #506EBC; }

 a { background-color: rgb(80,110,188); }

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

<style>
 span { border-color: #506EBC; }

 span { border-color: rgb(80,110,188); }

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