#506C9A

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

Shades of San Marino #506C9A

Tints of San Marino #506C9A

Color information

#506C9A (or 0x506C9A) is unknown color: approx San Marino. HEX triplet: 50, 6C and 9A. RGB value is (80,108,154). Sum of RGB (Red+Green+Blue) = 80+108+154=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #506C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C9A is #AF9365. Grayscale: #686868. Windows color (decimal): -11506534 or 10120272. OLE color: 10120272.

HSL color Cylindrical-coordinate representation of color #506C9A: hue angle of 217.3º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #506C9A is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB80108154-
CMYK0.480.3000.40
HSL217.3º31.62%45.88%-
HSV(B)217.3º48.05%60.39%-
XYZ14.514.7632.66-
YUV104.87155.72110.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 154 (60.55% from 255) = 45.03%
R=23.39%
G=31.58%
B=45.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801081540.480.3000.40217.331.6245.88
Hex506C9A301E028d9202e
Octal12015423260360503314056
Binary101000011011001001101011000011110010100011011001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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