#506799

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

Shades of San Marino #506799

Tints of San Marino #506799

Color information

#506799 (or 0x506799) is unknown color: approx San Marino. HEX triplet: 50, 67 and 99. RGB value is (80,103,153). Sum of RGB (Red+Green+Blue) = 80+103+153=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #506799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506799 is #AF9866. Grayscale: #656565. Windows color (decimal): -11507815 or 10053456. OLE color: 10053456.

HSL color Cylindrical-coordinate representation of color #506799: hue angle of 221.1º degrees, saturation: 0.31, 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 #506799 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB80103153-
CMYK0.480.3300.4
HSL221.1º31.33%45.69%-
HSV(B)221.1º47.71%60%-
XYZ13.9113.7132.05-
YUV101.82156.88112.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=23.81%
G=30.65%
B=45.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801031530.480.3300.4221.131.3345.69
Hex5067993021028dd1f2e
Octal12014723160410503353756
Binary101000011001111001100111000010000101010001101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506799; }

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

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

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

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

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

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

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

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