Html Css Color HEX #516194 San Marino

📋 copy color: '#516194'

red 81 ◦ green 97 ◦ blue 148

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

Shades of San Marino #516194

Tints of San Marino #516194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

 BLUE value IS 148 (58.2% from 255) = 45.4%

R = 24.85%
G = 29.75%
B = 45.4%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516194 (or 0x516194) is known color: San Marino. HEX triplet: 51, 61 and 94. RGB value is (81,97,148). Sum of RGB (Red+Green+Blue) = 81+97+148=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #516194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516194 is #AE9E6B. Grayscale: #616161. Windows color (decimal): -11443820 or 9724241. OLE color: 9724241.

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

Color convert

RGB 81 97 148 -
CMYK 0.45 0.34 0 0.42
HSL 225.67º 0.29% 0.45% -
HSV(B) 225.67º 0.45% 0.58% -
XYZ 13.01 12.44 29.73 -
YUV 98.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 81 97 148 0.45 0.34 0 0.42 225.67 0.29 0.45
Hex 51 61 94 2D 22 0 2A E2 1D 2D
Octal 121 141 224 55 42 0 52 342 35 55
Binary 1010001 1100001 10010100 101101 100010 0 101010 11100010 11101 101101

Color Harmonies of #516194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516194

Black with #516194

Text Example


Text Example

White with #516194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516194; }

 p { color: rgb(81,97,148); }

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

background-color css

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

 a { background-color: rgb(81,97,148); }

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

border-color css

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

 span { border-color: rgb(81,97,148); }

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