Html Css Color HEX #516498 San Marino

📋 copy color: '#516498'

red 81 ◦ green 100 ◦ blue 152

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

Shades of San Marino #516498

Tints of San Marino #516498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.65%

R = 24.32%
G = 30.03%
B = 45.65%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#516498 (or 0x516498) is known color: San Marino. HEX triplet: 51, 64 and 98. RGB value is (81,100,152). Sum of RGB (Red+Green+Blue) = 81+100+152=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #516498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516498 is #AE9B67. Grayscale: #646464. Windows color (decimal): -11443048 or 9987153. OLE color: 9987153.

HSL color Cylindrical-coordinate representation of color #516498: hue angle of 223.94º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #516498 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 100 152 -
CMYK 0.47 0.34 0 0.40
HSL 223.94º 0.3% 0.46% -
HSV(B) 223.94º 0.47% 0.6% -
XYZ 13.62 13.13 31.52 -
YUV 100.25 157.21 114.27 -
System Red Green Blue C M Y K H S L
Decimal 81 100 152 0.47 0.34 0 0.40 223.94 0.3 0.46
Hex 51 64 98 2F 22 0 28 E0 1E 2E
Octal 121 144 230 57 42 0 50 340 36 56
Binary 1010001 1100100 10011000 101111 100010 0 101000 11100000 11110 101110

Color Harmonies of #516498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516498

Black with #516498

Text Example


Text Example

White with #516498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516498; }

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

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

background-color css

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

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

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

border-color css

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

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

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