Html Css Color HEX #516F96 San Marino

📋 copy color: '#516F96'

red 81 ◦ green 111 ◦ blue 150

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

Shades of San Marino #516F96

Tints of San Marino #516F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.46%

 BLUE value IS 150 (58.98% from 255) = 43.86%

R = 23.68%
G = 32.46%
B = 43.86%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#516F96 (or 0x516F96) is known color: San Marino. HEX triplet: 51, 6F and 96. RGB value is (81,111,150). Sum of RGB (Red+Green+Blue) = 81+111+150=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #516F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F96 is #AE9069. Grayscale: #6A6A6A. Windows color (decimal): -11440234 or 9858897. OLE color: 9858897.

HSL color Cylindrical-coordinate representation of color #516F96: hue angle of 213.91º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #516F96 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 111 150 -
CMYK 0.46 0.26 0 0.41
HSL 213.91º 0.3% 0.45% -
HSV(B) 213.91º 0.46% 0.59% -
XYZ 14.58 15.32 31.04 -
YUV 106.48 152.56 109.83 -
System Red Green Blue C M Y K H S L
Decimal 81 111 150 0.46 0.26 0 0.41 213.91 0.3 0.45
Hex 51 6F 96 2E 1A 0 29 D6 1E 2D
Octal 121 157 226 56 32 0 51 326 36 55
Binary 1010001 1101111 10010110 101110 11010 0 101001 11010110 11110 101101

Color Harmonies of #516F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F96

Black with #516F96

Text Example


Text Example

White with #516F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,111,150); }

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

background-color css

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

 a { background-color: rgb(81,111,150); }

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

border-color css

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

 span { border-color: rgb(81,111,150); }

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