#506296

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

Shades of San Marino #506296

Tints of San Marino #506296

Color information

#506296 (or 0x506296) is unknown color: approx San Marino. HEX triplet: 50, 62 and 96. RGB value is (80,98,150). Sum of RGB (Red+Green+Blue) = 80+98+150=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #506296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506296 is #AF9D69. Grayscale: #626262. Windows color (decimal): -11509098 or 9855568. OLE color: 9855568.

HSL color Cylindrical-coordinate representation of color #506296: hue angle of 224.57º 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 #506296 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8098150-
CMYK0.470.3500.41
HSL224.57º30.43%45.1%-
HSV(B)224.57º46.67%58.82%-
XYZ13.1812.6430.6-
YUV98.55157.04114.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=24.39%
G=29.88%
B=45.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80981500.470.3500.41224.5730.4345.1
Hex5062962F23029e11e2d
Octal12014222657430513413655
Binary101000011000101001011010111110001101010011110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506296; }

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

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

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

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

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

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

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

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