#506DC1

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

Shades of Havelock Blue #506DC1

Tints of Havelock Blue #506DC1

Color information

#506DC1 (or 0x506DC1) is unknown color: approx Havelock Blue. HEX triplet: 50, 6D and C1. RGB value is (80,109,193). Sum of RGB (Red+Green+Blue) = 80+109+193=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #506DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DC1 is #AF923E. Grayscale: #6D6D6D. Windows color (decimal): -11506239 or 12676432. OLE color: 12676432.

HSL color Cylindrical-coordinate representation of color #506DC1: hue angle of 224.6º degrees, saturation: 0.48, 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 #506DC1 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB80109193-
CMYK0.590.4400.24
HSL224.6º47.68%53.53%-
HSV(B)224.6º58.55%75.69%-
XYZ18.416.4952.67-
YUV109.9174.89106.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 109 (42.97% from 255) = 28.53%
BLUE value IS 193 (75.78% from 255) = 50.52%
R=20.94%
G=28.53%
B=50.52%

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
Decimal801091930.590.4400.24224.647.6853.53
Hex506DC13B2C018e13036
Octal12015530173540303416066
Binary101000011011011100000111101110110001100011100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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