Html Css Color HEX #516595 San Marino

📋 copy color: '#516595'

red 81 ◦ green 101 ◦ blue 149

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

Shades of San Marino #516595

Tints of San Marino #516595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

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

R = 24.47%
G = 30.51%
B = 45.02%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516595 (or 0x516595) is known color: San Marino. HEX triplet: 51, 65 and 95. RGB value is (81,101,149). Sum of RGB (Red+Green+Blue) = 81+101+149=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #516595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516595 is #AE9A6A. Grayscale: #646464. Windows color (decimal): -11442795 or 9790801. OLE color: 9790801.

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

Color convert

RGB 81 101 149 -
CMYK 0.46 0.32 0 0.42
HSL 222.35º 0.3% 0.45% -
HSV(B) 222.35º 0.46% 0.58% -
XYZ 13.47 13.23 30.28 -
YUV 100.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 81 101 149 0.46 0.32 0 0.42 222.35 0.3 0.45
Hex 51 65 95 2E 20 0 2A DE 1E 2D
Octal 121 145 225 56 40 0 52 336 36 55
Binary 1010001 1100101 10010101 101110 100000 0 101010 11011110 11110 101101

Color Harmonies of #516595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516595

Black with #516595

Text Example


Text Example

White with #516595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516595; }

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

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

background-color css

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

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

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

border-color css

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

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

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