#506897

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

Shades of San Marino #506897

Tints of San Marino #506897

Color information

#506897 (or 0x506897) is unknown color: approx San Marino. HEX triplet: 50, 68 and 97. RGB value is (80,104,151). Sum of RGB (Red+Green+Blue) = 80+104+151=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #506897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506897 is #AF9768. Grayscale: #656565. Windows color (decimal): -11507561 or 9922640. OLE color: 9922640.

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

Color convert

RGB80104151-
CMYK0.470.3100.41
HSL219.72º30.74%45.29%-
HSV(B)219.72º47.02%59.22%-
XYZ13.8413.8431.22-
YUV102.18155.55112.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 151 (59.38% from 255) = 45.07%
R=23.88%
G=31.04%
B=45.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801041510.470.3100.41219.7230.7445.29
Hex5068972F1F029dc1f2d
Octal12015022757370513343755
Binary10100001101000100101111011111111101010011101110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506897; }

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

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

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

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

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

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

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

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