#506797

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

Shades of San Marino #506797

Tints of San Marino #506797

Color information

#506797 (or 0x506797) is unknown color: approx San Marino. HEX triplet: 50, 67 and 97. RGB value is (80,103,151). Sum of RGB (Red+Green+Blue) = 80+103+151=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #506797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506797 is #AF9868. Grayscale: #656565. Windows color (decimal): -11507817 or 9922384. OLE color: 9922384.

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

Color convert

RGB80103151-
CMYK0.470.3200.41
HSL220.56º30.74%45.29%-
HSV(B)220.56º47.02%59.22%-
XYZ13.7413.6431.19-
YUV101.6155.88112.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 151 (59.38% from 255) = 45.21%
R=23.95%
G=30.84%
B=45.21%

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
Decimal801031510.470.3200.41220.5630.7445.29
Hex5067972F20029dd1f2d
Octal12014722757400513353755
Binary101000011001111001011110111110000001010011101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506797; }

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

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

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

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

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

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

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

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