Html Css Color HEX #516699 San Marino

📋 copy color: '#516699'

red 81 ◦ green 102 ◦ blue 153

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

Shades of San Marino #516699

Tints of San Marino #516699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.36%

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 24.11%
G = 30.36%
B = 45.54%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#516699 (or 0x516699) is known color: San Marino. HEX triplet: 51, 66 and 99. RGB value is (81,102,153). Sum of RGB (Red+Green+Blue) = 81+102+153=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #516699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516699 is #AE9966. Grayscale: #656565. Windows color (decimal): -11442535 or 10053201. OLE color: 10053201.

HSL color Cylindrical-coordinate representation of color #516699: hue angle of 222.5º degrees, saturation: 0.31, 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 #516699 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 102 153 -
CMYK 0.47 0.33 0 0.4
HSL 222.5º 0.31% 0.46% -
HSV(B) 222.5º 0.47% 0.6% -
XYZ 13.89 13.55 32.02 -
YUV 101.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 81 102 153 0.47 0.33 0 0.4 222.5 0.31 0.46
Hex 51 66 99 2F 21 0 28 DE 1F 2E
Octal 121 146 231 57 41 0 50 336 37 56
Binary 1010001 1100110 10011001 101111 100001 0 101000 11011110 11111 101110

Color Harmonies of #516699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516699

Black with #516699

Text Example


Text Example

White with #516699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516699; }

 p { color: rgb(81,102,153); }

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

background-color css

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

 a { background-color: rgb(81,102,153); }

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

border-color css

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

 span { border-color: rgb(81,102,153); }

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