Html Css Color HEX #516394 San Marino

📋 copy color: '#516394'

red 81 ◦ green 99 ◦ blue 148

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

Shades of San Marino #516394

Tints of San Marino #516394

RGB

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

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

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

R = 24.7%
G = 30.18%
B = 45.12%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516394 (or 0x516394) is known color: San Marino. HEX triplet: 51, 63 and 94. RGB value is (81,99,148). Sum of RGB (Red+Green+Blue) = 81+99+148=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #516394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516394 is #AE9C6B. Grayscale: #626262. Windows color (decimal): -11443308 or 9724753. OLE color: 9724753.

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

Color convert

RGB 81 99 148 -
CMYK 0.45 0.33 0 0.42
HSL 223.88º 0.29% 0.45% -
HSV(B) 223.88º 0.45% 0.58% -
XYZ 13.2 12.81 29.79 -
YUV 99.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 81 99 148 0.45 0.33 0 0.42 223.88 0.29 0.45
Hex 51 63 94 2D 21 0 2A E0 1D 2D
Octal 121 143 224 55 41 0 52 340 35 55
Binary 1010001 1100011 10010100 101101 100001 0 101010 11100000 11101 101101

Color Harmonies of #516394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516394

Black with #516394

Text Example


Text Example

White with #516394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516394; }

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

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

background-color css

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

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

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

border-color css

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

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

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