#506DC3

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

Shades of Havelock Blue #506DC3

Tints of Havelock Blue #506DC3

Color information

#506DC3 (or 0x506DC3) is unknown color: approx Havelock Blue. HEX triplet: 50, 6D and C3. RGB value is (80,109,195). Sum of RGB (Red+Green+Blue) = 80+109+195=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #506DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DC3 is #AF923C. Grayscale: #6D6D6D. Windows color (decimal): -11506237 or 12807504. OLE color: 12807504.

HSL color Cylindrical-coordinate representation of color #506DC3: hue angle of 224.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #506DC3 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB80109195-
CMYK0.590.4400.24
HSL224.87º48.94%53.92%-
HSV(B)224.87º58.97%76.47%-
XYZ18.6316.5853.85-
YUV110.13175.89106.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.83%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 195 (76.56% from 255) = 50.78%
R=20.83%
G=28.39%
B=50.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801091950.590.4400.24224.8748.9453.92
Hex506DC33B2C018e13136
Octal12015530373540303416166
Binary101000011011011100001111101110110001100011100001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,109,195); }

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

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

 a { background-color: rgb(80,109,195); }

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

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

 span { border-color: rgb(80,109,195); }

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