#516298

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

Shades of San Marino #516298

Tints of San Marino #516298

Color information

#516298 (or 0x516298) is unknown color: approx San Marino. HEX triplet: 51, 62 and 98. RGB value is (81,98,152). Sum of RGB (Red+Green+Blue) = 81+98+152=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #516298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516298 is #AE9D67. Grayscale: #626262. Windows color (decimal): -11443560 or 9986641. OLE color: 9986641.

HSL color Cylindrical-coordinate representation of color #516298: hue angle of 225.63º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #516298 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8198152-
CMYK0.470.3600.40
HSL225.63º30.47%45.69%-
HSV(B)225.63º46.71%59.61%-
XYZ13.4312.7531.46-
YUV99.07157.87115.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 152 (59.77% from 255) = 45.92%
R=24.47%
G=29.61%
B=45.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81981520.470.3600.40225.6330.4745.69
Hex5162982F24028e21e2e
Octal12114223057440503423656
Binary101000111000101001100010111110010001010001110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516298; }

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

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

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

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

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

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

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

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