#506c96

Color #506C96 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #506C96

Tints of San Marino #506C96

Color information

#506C96 (or 0x506C96) is unknown color: approx San Marino. HEX triplet: 50, 6C and 96. RGB value is (80,108,150). Sum of RGB (Red+Green+Blue) = 80+108+150=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #506C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C96 is #AF9369. Grayscale: #686868. Windows color (decimal): -11506538 or 9858128. OLE color: 9858128.

HSL color Cylindrical-coordinate representation of color #506C96: hue angle of 216º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #506C96 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80108150-
CMYK0.470.2800.41
HSL216º30.43%45.1%-
HSV(B)216º46.67%58.82%-
XYZ14.1814.6330.93-
YUV104.42153.72110.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 108 (42.58% from 255) = 31.95%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=23.67%
G=31.95%
B=44.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801081500.470.2800.4121630.4345.1
Hex506C962F1C029d81e2d
Octal12015422657340513303655
Binary10100001101100100101101011111110001010011101100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506c96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,108,150); }

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

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

 a { background-color: rgb(80,108,150); }

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

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

 span { border-color: rgb(80,108,150); }

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