Html Css Color HEX #516295 San Marino

📋 copy color: '#516295'

red 81 ◦ green 98 ◦ blue 149

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

Shades of San Marino #516295

Tints of San Marino #516295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.88%

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

R = 24.7%
G = 29.88%
B = 45.43%

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

#516295 (or 0x516295) is known color: San Marino. HEX triplet: 51, 62 and 95. RGB value is (81,98,149). Sum of RGB (Red+Green+Blue) = 81+98+149=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #516295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516295 is #AE9D6A. Grayscale: #626262. Windows color (decimal): -11443563 or 9790033. OLE color: 9790033.

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

Color convert

RGB 81 98 149 -
CMYK 0.46 0.34 0 0.42
HSL 225º 0.3% 0.45% -
HSV(B) 225º 0.46% 0.58% -
XYZ 13.19 12.65 30.18 -
YUV 98.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 81 98 149 0.46 0.34 0 0.42 225 0.3 0.45
Hex 51 62 95 2E 22 0 2A E1 1E 2D
Octal 121 142 225 56 42 0 52 341 36 55
Binary 1010001 1100010 10010101 101110 100010 0 101010 11100001 11110 101101

Color Harmonies of #516295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516295

Black with #516295

Text Example


Text Example

White with #516295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516295; }

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

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

background-color css

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

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

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

border-color css

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

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

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