Html Css Color HEX #516C95 San Marino

📋 copy color: '#516C95'

red 81 ◦ green 108 ◦ blue 149

#516C95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #516C95

Tints of San Marino #516C95

RGB

 RED value IS 81 (32.03% from 255) = 23.96%

 GREEN value IS 108 (42.58% from 255) = 31.95%

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 23.96%
G = 31.95%
B = 44.08%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516C95 (or 0x516C95) is known color: San Marino. HEX triplet: 51, 6C and 95. RGB value is (81,108,149). Sum of RGB (Red+Green+Blue) = 81+108+149=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #516C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C95 is #AE936A. Grayscale: #686868. Windows color (decimal): -11441003 or 9792593. OLE color: 9792593.

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

Color convert

RGB 81 108 149 -
CMYK 0.46 0.28 0 0.42
HSL 216.18º 0.3% 0.45% -
HSV(B) 216.18º 0.46% 0.58% -
XYZ 14.18 14.64 30.51 -
YUV 104.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 81 108 149 0.46 0.28 0 0.42 216.18 0.3 0.45
Hex 51 6C 95 2E 1C 0 2A D8 1E 2D
Octal 121 154 225 56 34 0 52 330 36 55
Binary 1010001 1101100 10010101 101110 11100 0 101010 11011000 11110 101101

Color Harmonies of #516C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C95

Black with #516C95

Text Example


Text Example

White with #516C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #516C95;
 }
 .AnyTagClassName
 {
   color: #516C95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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