#516295

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

Shades of San Marino #516295

Tints of San Marino #516295

Color information

#516295 (or 0x516295) is unknown color: approx San Marino. HEX triplet: 51, 62 and 95. RGB value is (81,98,149). Sum of RGB (Red+Green+Blue) = 81+98+149=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #516295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516295 is #AE9D6A. Grayscale: #626262. Windows color (decimal): -11443563 or 9790033. OLE color: 9790033.

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

Color convert

RGB8198149-
CMYK0.460.3400.42
HSL225º29.57%45.1%-
HSV(B)225º45.64%58.43%-
XYZ13.1912.6530.18-
YUV98.73156.37115.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=24.70%
G=29.88%
B=45.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81981490.460.3400.4222529.5745.1
Hex5162952E2202Ae11e2d
Octal12114222556420523413655
Binary101000111000101001010110111010001001010101110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516295; }

 p { color: rgb(81,98,149); }

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

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

 a { background-color: rgb(81,98,149); }

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

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

 span { border-color: rgb(81,98,149); }

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