#506192

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

Shades of San Marino #506192

Tints of San Marino #506192

Color information

#506192 (or 0x506192) is unknown color: approx San Marino. HEX triplet: 50, 61 and 92. RGB value is (80,97,146). Sum of RGB (Red+Green+Blue) = 80+97+146=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #506192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506192 is #AF9E6D. Grayscale: #616161. Windows color (decimal): -11509358 or 9593168. OLE color: 9593168.

HSL color Cylindrical-coordinate representation of color #506192: hue angle of 224.55º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #506192 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8097146-
CMYK0.450.3400.43
HSL224.55º29.2%44.31%-
HSV(B)224.55º45.21%57.25%-
XYZ12.7712.3328.9-
YUV97.5155.37115.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 146 (57.42% from 255) = 45.20%
R=24.77%
G=30.03%
B=45.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80971460.450.3400.43224.5529.244.31
Hex5061922D2202Be11d2c
Octal12014122255420533413554
Binary101000011000011001001010110110001001010111110000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506192; }

 p { color: rgb(80,97,146); }

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

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

 a { background-color: rgb(80,97,146); }

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

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

 span { border-color: rgb(80,97,146); }

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