Html Css Color HEX #516799 San Marino

📋 copy color: '#516799'

red 81 ◦ green 103 ◦ blue 153

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

Shades of San Marino #516799

Tints of San Marino #516799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

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

R = 24.04%
G = 30.56%
B = 45.4%

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

#516799 (or 0x516799) is known color: San Marino. HEX triplet: 51, 67 and 99. RGB value is (81,103,153). Sum of RGB (Red+Green+Blue) = 81+103+153=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #516799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516799 is #AE9866. Grayscale: #656565. Windows color (decimal): -11442279 or 10053457. OLE color: 10053457.

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

Color convert

RGB 81 103 153 -
CMYK 0.47 0.33 0 0.4
HSL 221.67º 0.31% 0.46% -
HSV(B) 221.67º 0.47% 0.6% -
XYZ 13.99 13.75 32.05 -
YUV 102.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 81 103 153 0.47 0.33 0 0.4 221.67 0.31 0.46
Hex 51 67 99 2F 21 0 28 DE 1F 2E
Octal 121 147 231 57 41 0 50 336 37 56
Binary 1010001 1100111 10011001 101111 100001 0 101000 11011110 11111 101110

Color Harmonies of #516799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516799

Black with #516799

Text Example


Text Example

White with #516799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516799; }

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

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

background-color css

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

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

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

border-color css

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

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

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