#506697

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

Shades of San Marino #506697

Tints of San Marino #506697

Color information

#506697 (or 0x506697) is unknown color: approx San Marino. HEX triplet: 50, 66 and 97. RGB value is (80,102,151). Sum of RGB (Red+Green+Blue) = 80+102+151=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #506697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506697 is #AF9968. Grayscale: #646464. Windows color (decimal): -11508073 or 9922128. OLE color: 9922128.

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

Color convert

RGB80102151-
CMYK0.470.3200.41
HSL221.41º30.74%45.29%-
HSV(B)221.41º47.02%59.22%-
XYZ13.6513.4431.15-
YUV101.01156.21113.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 151 (59.38% from 255) = 45.35%
R=24.02%
G=30.63%
B=45.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801021510.470.3200.41221.4130.7445.29
Hex5066972F20029dd1f2d
Octal12014622757400513353755
Binary101000011001101001011110111110000001010011101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506697; }

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

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

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

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

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

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

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

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