Html Css Color HEX #516694 San Marino

📋 copy color: '#516694'

red 81 ◦ green 102 ◦ blue 148

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

Shades of San Marino #516694

Tints of San Marino #516694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

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

R = 24.47%
G = 30.82%
B = 44.71%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516694 (or 0x516694) is known color: San Marino. HEX triplet: 51, 66 and 94. RGB value is (81,102,148). Sum of RGB (Red+Green+Blue) = 81+102+148=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #516694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516694 is #AE996B. Grayscale: #646464. Windows color (decimal): -11442540 or 9725521. OLE color: 9725521.

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

Color convert

RGB 81 102 148 -
CMYK 0.45 0.31 0 0.42
HSL 221.19º 0.29% 0.45% -
HSV(B) 221.19º 0.45% 0.58% -
XYZ 13.49 13.39 29.89 -
YUV 100.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 81 102 148 0.45 0.31 0 0.42 221.19 0.29 0.45
Hex 51 66 94 2D 1F 0 2A DD 1D 2D
Octal 121 146 224 55 37 0 52 335 35 55
Binary 1010001 1100110 10010100 101101 11111 0 101010 11011101 11101 101101

Color Harmonies of #516694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516694

Black with #516694

Text Example


Text Example

White with #516694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516694; }

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

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

background-color css

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

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

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

border-color css

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

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

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