#506497

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

Shades of San Marino #506497

Tints of San Marino #506497

Color information

#506497 (or 0x506497) is unknown color: approx San Marino. HEX triplet: 50, 64 and 97. RGB value is (80,100,151). Sum of RGB (Red+Green+Blue) = 80+100+151=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #506497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506497 is #AF9B68. Grayscale: #636363. Windows color (decimal): -11508585 or 9921616. OLE color: 9921616.

HSL color Cylindrical-coordinate representation of color #506497: hue angle of 223.1º degrees, saturation: 0.31, 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 #506497 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80100151-
CMYK0.470.3400.41
HSL223.1º30.74%45.29%-
HSV(B)223.1º47.02%59.22%-
XYZ13.4513.0531.09-
YUV99.83156.87113.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 151 (59.38% from 255) = 45.62%
R=24.17%
G=30.21%
B=45.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801001510.470.3400.41223.130.7445.29
Hex5064972F22029df1f2d
Octal12014422757420513373755
Binary101000011001001001011110111110001001010011101111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506497; }

 p { color: rgb(80,100,151); }

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

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

 a { background-color: rgb(80,100,151); }

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

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

 span { border-color: rgb(80,100,151); }

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