#506596

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

Shades of San Marino #506596

Tints of San Marino #506596

Color information

#506596 (or 0x506596) is unknown color: approx San Marino. HEX triplet: 50, 65 and 96. RGB value is (80,101,150). Sum of RGB (Red+Green+Blue) = 80+101+150=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #506596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506596 is #AF9A69. Grayscale: #646464. Windows color (decimal): -11508330 or 9856336. OLE color: 9856336.

HSL color Cylindrical-coordinate representation of color #506596: hue angle of 222º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #506596 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80101150-
CMYK0.470.3300.41
HSL222º30.43%45.1%-
HSV(B)222º46.67%58.82%-
XYZ13.4713.2130.7-
YUV100.31156.04113.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=24.17%
G=30.51%
B=45.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801011500.470.3300.4122230.4345.1
Hex5065962F21029de1e2d
Octal12014522657410513363655
Binary101000011001011001011010111110000101010011101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506596; }

 p { color: rgb(80,101,150); }

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

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

 a { background-color: rgb(80,101,150); }

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

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

 span { border-color: rgb(80,101,150); }

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