#506493

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

Shades of San Marino #506493

Tints of San Marino #506493

Color information

#506493 (or 0x506493) is unknown color: approx San Marino. HEX triplet: 50, 64 and 93. RGB value is (80,100,147). Sum of RGB (Red+Green+Blue) = 80+100+147=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #506493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506493 is #AF9B6C. Grayscale: #636363. Windows color (decimal): -11508589 or 9659472. OLE color: 9659472.

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

Color convert

RGB80100147-
CMYK0.460.3200.42
HSL222.09º29.52%44.51%-
HSV(B)222.09º45.58%57.65%-
XYZ13.1312.9329.41-
YUV99.38154.87114.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=24.46%
G=30.58%
B=44.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801001470.460.3200.42222.0929.5244.51
Hex5064932E2002Ade1e2d
Octal12014422356400523363655
Binary101000011001001001001110111010000001010101101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506493; }

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

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

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

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

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

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

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

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