Html Css Color HEX #516597 San Marino

📋 copy color: '#516597'

red 81 ◦ green 101 ◦ blue 151

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

Shades of San Marino #516597

Tints of San Marino #516597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.33%

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

R = 24.32%
G = 30.33%
B = 45.35%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#516597 (or 0x516597) is known color: San Marino. HEX triplet: 51, 65 and 97. RGB value is (81,101,151). Sum of RGB (Red+Green+Blue) = 81+101+151=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #516597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516597 is #AE9A68. Grayscale: #646464. Windows color (decimal): -11442793 or 9921873. OLE color: 9921873.

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

Color convert

RGB 81 101 151 -
CMYK 0.46 0.33 0 0.41
HSL 222.86º 0.3% 0.45% -
HSV(B) 222.86º 0.46% 0.59% -
XYZ 13.63 13.29 31.13 -
YUV 100.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 81 101 151 0.46 0.33 0 0.41 222.86 0.3 0.45
Hex 51 65 97 2E 21 0 29 DF 1E 2D
Octal 121 145 227 56 41 0 51 337 36 55
Binary 1010001 1100101 10010111 101110 100001 0 101001 11011111 11110 101101

Color Harmonies of #516597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516597

Black with #516597

Text Example


Text Example

White with #516597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516597; }

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

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

background-color css

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

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

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

border-color css

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

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

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