#506095

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

Shades of San Marino #506095

Tints of San Marino #506095

Color information

#506095 (or 0x506095) is unknown color: approx San Marino. HEX triplet: 50, 60 and 95. RGB value is (80,96,149). Sum of RGB (Red+Green+Blue) = 80+96+149=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #506095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506095 is #AF9F6A. Grayscale: #616161. Windows color (decimal): -11509611 or 9789520. OLE color: 9789520.

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

Color convert

RGB8096149-
CMYK0.460.3600.42
HSL226.09º30.13%44.9%-
HSV(B)226.09º46.31%58.43%-
XYZ12.9212.2430.12-
YUV97.26157.2115.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=24.62%
G=29.54%
B=45.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80961490.460.3600.42226.0930.1344.9
Hex5060952E2402Ae21e2d
Octal12014022556440523423655
Binary101000011000001001010110111010010001010101110001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506095; }

 p { color: rgb(80,96,149); }

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

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

 a { background-color: rgb(80,96,149); }

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

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

 span { border-color: rgb(80,96,149); }

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