#516198

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

Shades of San Marino #516198

Tints of San Marino #516198

Color information

#516198 (or 0x516198) is unknown color: approx San Marino. HEX triplet: 51, 61 and 98. RGB value is (81,97,152). Sum of RGB (Red+Green+Blue) = 81+97+152=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #516198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516198 is #AE9E67. Grayscale: #626262. Windows color (decimal): -11443816 or 9986385. OLE color: 9986385.

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

Color convert

RGB8197152-
CMYK0.470.3600.40
HSL226.48º30.47%45.69%-
HSV(B)226.48º46.71%59.61%-
XYZ13.3412.5731.43-
YUV98.49158.2115.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 152 (59.77% from 255) = 46.06%
R=24.55%
G=29.39%
B=46.06%

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
Decimal81971520.470.3600.40226.4830.4745.69
Hex5161982F24028e21e2e
Octal12114123057440503423656
Binary101000111000011001100010111110010001010001110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516198; }

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

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

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

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

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

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

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

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