#506C9C

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

Shades of San Marino #506C9C

Tints of San Marino #506C9C

Color information

#506C9C (or 0x506C9C) is unknown color: approx San Marino. HEX triplet: 50, 6C and 9C. RGB value is (80,108,156). Sum of RGB (Red+Green+Blue) = 80+108+156=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #506C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C9C is #AF9363. Grayscale: #686868. Windows color (decimal): -11506532 or 10251344. OLE color: 10251344.

HSL color Cylindrical-coordinate representation of color #506C9C: hue angle of 217.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #506C9C is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB80108156-
CMYK0.490.3100.39
HSL217.89º32.2%46.27%-
HSV(B)217.89º48.72%61.18%-
XYZ14.6714.8333.54-
YUV105.1156.72110.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=23.26%
G=31.40%
B=45.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801081560.490.3100.39217.8932.246.27
Hex506C9C311F027da202e
Octal12015423461370473324056
Binary101000011011001001110011000111111010011111011010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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