Html Css Color HEX #516997 San Marino

📋 copy color: '#516997'

red 81 ◦ green 105 ◦ blue 151

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

Shades of San Marino #516997

Tints of San Marino #516997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 24.04%
G = 31.16%
B = 44.81%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#516997 (or 0x516997) is known color: San Marino. HEX triplet: 51, 69 and 97. RGB value is (81,105,151). Sum of RGB (Red+Green+Blue) = 81+105+151=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #516997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516997 is #AE9668. Grayscale: #666666. Windows color (decimal): -11441769 or 9922897. OLE color: 9922897.

HSL color Cylindrical-coordinate representation of color #516997: hue angle of 219.43º 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 #516997 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 105 151 -
CMYK 0.46 0.30 0 0.41
HSL 219.43º 0.3% 0.45% -
HSV(B) 219.43º 0.46% 0.59% -
XYZ 14.03 14.09 31.26 -
YUV 103.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 81 105 151 0.46 0.30 0 0.41 219.43 0.3 0.45
Hex 51 69 97 2E 1E 0 29 DB 1E 2D
Octal 121 151 227 56 36 0 51 333 36 55
Binary 1010001 1101001 10010111 101110 11110 0 101001 11011011 11110 101101

Color Harmonies of #516997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516997

Black with #516997

Text Example


Text Example

White with #516997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516997; }

 p { color: rgb(81,105,151); }

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

background-color css

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

 a { background-color: rgb(81,105,151); }

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

border-color css

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

 span { border-color: rgb(81,105,151); }

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