#516B9E

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

Shades of San Marino #516B9E

Tints of San Marino #516B9E

Color information

#516B9E (or 0x516B9E) is unknown color: approx San Marino. HEX triplet: 51, 6B and 9E. RGB value is (81,107,158). Sum of RGB (Red+Green+Blue) = 81+107+158=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #516B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B9E is #AE9461. Grayscale: #686868. Windows color (decimal): -11441250 or 10382161. OLE color: 10382161.

HSL color Cylindrical-coordinate representation of color #516B9E: hue angle of 219.74º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #516B9E is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81107158-
CMYK0.490.3200.38
HSL219.74º32.22%46.86%-
HSV(B)219.74º48.73%61.96%-
XYZ14.8214.7334.41-
YUV105.04157.89110.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=23.41%
G=30.92%
B=45.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811071580.490.3200.38219.7432.2246.86
Hex516B9E3120026dc202f
Octal12115323661400463344057
Binary1010001110101110011110110001100000010011011011100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516B9E; }

 p { color: rgb(81,107,158); }

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

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

 a { background-color: rgb(81,107,158); }

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

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

 span { border-color: rgb(81,107,158); }

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