Html Css Color HEX #516E98 San Marino

📋 copy color: '#516E98'

red 81 ◦ green 110 ◦ blue 152

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

Shades of San Marino #516E98

Tints of San Marino #516E98

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.07%

 BLUE value IS 152 (59.77% from 255) = 44.31%

R = 23.62%
G = 32.07%
B = 44.31%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#516E98 (or 0x516E98) is known color: San Marino. HEX triplet: 51, 6E and 98. RGB value is (81,110,152). Sum of RGB (Red+Green+Blue) = 81+110+152=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #516E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516E98 is #AE9167. Grayscale: #696969. Windows color (decimal): -11440488 or 9989713. OLE color: 9989713.

HSL color Cylindrical-coordinate representation of color #516E98: hue angle of 215.49º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #516E98 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 110 152 -
CMYK 0.47 0.28 0 0.40
HSL 215.49º 0.3% 0.46% -
HSV(B) 215.49º 0.47% 0.6% -
XYZ 14.64 15.17 31.86 -
YUV 106.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 81 110 152 0.47 0.28 0 0.40 215.49 0.3 0.46
Hex 51 6E 98 2F 1C 0 28 D7 1E 2E
Octal 121 156 230 57 34 0 50 327 36 56
Binary 1010001 1101110 10011000 101111 11100 0 101000 11010111 11110 101110

Color Harmonies of #516E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516E98

Black with #516E98

Text Example


Text Example

White with #516E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516E98; }

 p { color: rgb(81,110,152); }

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

background-color css

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

 a { background-color: rgb(81,110,152); }

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

border-color css

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

 span { border-color: rgb(81,110,152); }

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