#516398

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

Shades of San Marino #516398

Tints of San Marino #516398

Color information

#516398 (or 0x516398) is unknown color: approx San Marino. HEX triplet: 51, 63 and 98. RGB value is (81,99,152). Sum of RGB (Red+Green+Blue) = 81+99+152=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #516398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516398 is #AE9C67. Grayscale: #636363. Windows color (decimal): -11443304 or 9986897. OLE color: 9986897.

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

Color convert

RGB8199152-
CMYK0.470.3500.40
HSL224.79º30.47%45.69%-
HSV(B)224.79º46.71%59.61%-
XYZ13.5212.9431.49-
YUV99.66157.54114.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=24.40%
G=29.82%
B=45.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81991520.470.3500.40224.7930.4745.69
Hex5163982F23028e11e2e
Octal12114323057430503413656
Binary101000111000111001100010111110001101010001110000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516398; }

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

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

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

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

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

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

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

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