Html Css Color HEX #516896 San Marino

📋 copy color: '#516896'

red 81 ◦ green 104 ◦ blue 150

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

Shades of San Marino #516896

Tints of San Marino #516896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

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

R = 24.18%
G = 31.04%
B = 44.78%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#516896 (or 0x516896) is known color: San Marino. HEX triplet: 51, 68 and 96. RGB value is (81,104,150). Sum of RGB (Red+Green+Blue) = 81+104+150=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #516896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516896 is #AE9769. Grayscale: #666666. Windows color (decimal): -11442026 or 9857105. OLE color: 9857105.

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

Color convert

RGB 81 104 150 -
CMYK 0.46 0.31 0 0.41
HSL 220º 0.3% 0.45% -
HSV(B) 220º 0.46% 0.59% -
XYZ 13.85 13.85 30.8 -
YUV 102.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 81 104 150 0.46 0.31 0 0.41 220 0.3 0.45
Hex 51 68 96 2E 1F 0 29 DC 1E 2D
Octal 121 150 226 56 37 0 51 334 36 55
Binary 1010001 1101000 10010110 101110 11111 0 101001 11011100 11110 101101

Color Harmonies of #516896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516896

Black with #516896

Text Example


Text Example

White with #516896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516896; }

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

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

background-color css

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

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

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

border-color css

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

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

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