Html Css Color HEX #516395 San Marino

📋 copy color: '#516395'

red 81 ◦ green 99 ◦ blue 149

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

Shades of San Marino #516395

Tints of San Marino #516395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 24.62%
G = 30.09%
B = 45.29%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516395 (or 0x516395) is known color: San Marino. HEX triplet: 51, 63 and 95. RGB value is (81,99,149). Sum of RGB (Red+Green+Blue) = 81+99+149=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #516395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516395 is #AE9C6A. Grayscale: #636363. Windows color (decimal): -11443307 or 9790289. OLE color: 9790289.

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

Color convert

RGB 81 99 149 -
CMYK 0.46 0.34 0 0.42
HSL 224.12º 0.3% 0.45% -
HSV(B) 224.12º 0.46% 0.58% -
XYZ 13.28 12.84 30.21 -
YUV 99.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 81 99 149 0.46 0.34 0 0.42 224.12 0.3 0.45
Hex 51 63 95 2E 22 0 2A E0 1E 2D
Octal 121 143 225 56 42 0 52 340 36 55
Binary 1010001 1100011 10010101 101110 100010 0 101010 11100000 11110 101101

Color Harmonies of #516395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516395

Black with #516395

Text Example


Text Example

White with #516395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516395; }

 p { color: rgb(81,99,149); }

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

background-color css

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

 a { background-color: rgb(81,99,149); }

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

border-color css

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

 span { border-color: rgb(81,99,149); }

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