#506693

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

Shades of San Marino #506693

Tints of San Marino #506693

Color information

#506693 (or 0x506693) is unknown color: approx San Marino. HEX triplet: 50, 66 and 93. RGB value is (80,102,147). Sum of RGB (Red+Green+Blue) = 80+102+147=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #506693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506693 is #AF996C. Grayscale: #646464. Windows color (decimal): -11508077 or 9659984. OLE color: 9659984.

HSL color Cylindrical-coordinate representation of color #506693: hue angle of 220.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506693 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80102147-
CMYK0.460.3100.42
HSL220.3º29.52%44.51%-
HSV(B)220.3º45.58%57.65%-
XYZ13.3313.3129.47-
YUV100.55154.21113.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=24.32%
G=31.00%
B=44.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801021470.460.3100.42220.329.5244.51
Hex5066932E1F02Adc1e2d
Octal12014622356370523343655
Binary10100001100110100100111011101111101010101101110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506693; }

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

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

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

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

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

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

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

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