Html Css Color HEX #516496 San Marino

📋 copy color: '#516496'

red 81 ◦ green 100 ◦ blue 150

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

Shades of San Marino #516496

Tints of San Marino #516496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.21%

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

R = 24.47%
G = 30.21%
B = 45.32%

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

#516496 (or 0x516496) is known color: San Marino. HEX triplet: 51, 64 and 96. RGB value is (81,100,150). Sum of RGB (Red+Green+Blue) = 81+100+150=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #516496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516496 is #AE9B69. Grayscale: #636363. Windows color (decimal): -11443050 or 9856081. OLE color: 9856081.

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

Color convert

RGB 81 100 150 -
CMYK 0.46 0.33 0 0.41
HSL 223.48º 0.3% 0.45% -
HSV(B) 223.48º 0.46% 0.59% -
XYZ 13.46 13.07 30.67 -
YUV 100.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 81 100 150 0.46 0.33 0 0.41 223.48 0.3 0.45
Hex 51 64 96 2E 21 0 29 DF 1E 2D
Octal 121 144 226 56 41 0 51 337 36 55
Binary 1010001 1100100 10010110 101110 100001 0 101001 11011111 11110 101101

Color Harmonies of #516496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516496

Black with #516496

Text Example


Text Example

White with #516496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516496; }

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

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

background-color css

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

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

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

border-color css

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

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

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