#506393

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

Shades of San Marino #506393

Tints of San Marino #506393

Color information

#506393 (or 0x506393) is unknown color: approx San Marino. HEX triplet: 50, 63 and 93. RGB value is (80,99,147). Sum of RGB (Red+Green+Blue) = 80+99+147=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #506393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506393 is #AF9C6C. Grayscale: #626262. Windows color (decimal): -11508845 or 9659216. OLE color: 9659216.

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

Color convert

RGB8099147-
CMYK0.460.3300.42
HSL222.99º29.52%44.51%-
HSV(B)222.99º45.58%57.65%-
XYZ13.0412.7429.37-
YUV98.79155.21114.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=24.54%
G=30.37%
B=45.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80991470.460.3300.42222.9929.5244.51
Hex5063932E2102Adf1e2d
Octal12014322356410523373655
Binary101000011000111001001110111010000101010101101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506393; }

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

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

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

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

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

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

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

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