Html Css Color HEX #516594 San Marino

📋 copy color: '#516594'

red 81 ◦ green 101 ◦ blue 148

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

Shades of San Marino #516594

Tints of San Marino #516594

RGB

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

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

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

R = 24.55%
G = 30.61%
B = 44.85%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516594 (or 0x516594) is known color: San Marino. HEX triplet: 51, 65 and 94. RGB value is (81,101,148). Sum of RGB (Red+Green+Blue) = 81+101+148=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #516594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516594 is #AE9A6B. Grayscale: #646464. Windows color (decimal): -11442796 or 9725265. OLE color: 9725265.

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

Color convert

RGB 81 101 148 -
CMYK 0.45 0.32 0 0.42
HSL 222.09º 0.29% 0.45% -
HSV(B) 222.09º 0.45% 0.58% -
XYZ 13.39 13.19 29.86 -
YUV 100.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 81 101 148 0.45 0.32 0 0.42 222.09 0.29 0.45
Hex 51 65 94 2D 20 0 2A DE 1D 2D
Octal 121 145 224 55 40 0 52 336 35 55
Binary 1010001 1100101 10010100 101101 100000 0 101010 11011110 11101 101101

Color Harmonies of #516594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516594

Black with #516594

Text Example


Text Example

White with #516594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516594; }

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

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

background-color css

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

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

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

border-color css

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

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

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