Html Css Color HEX #516C99 San Marino

📋 copy color: '#516C99'

red 81 ◦ green 108 ◦ blue 153

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

Shades of San Marino #516C99

Tints of San Marino #516C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.58%

 BLUE value IS 153 (60.16% from 255) = 44.74%

R = 23.68%
G = 31.58%
B = 44.74%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#516C99 (or 0x516C99) is known color: San Marino. HEX triplet: 51, 6C and 99. RGB value is (81,108,153). Sum of RGB (Red+Green+Blue) = 81+108+153=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #516C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C99 is #AE9366. Grayscale: #686868. Windows color (decimal): -11440999 or 10054737. OLE color: 10054737.

HSL color Cylindrical-coordinate representation of color #516C99: hue angle of 217.5º degrees, saturation: 0.31, 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 #516C99 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 108 153 -
CMYK 0.47 0.29 0 0.4
HSL 217.5º 0.31% 0.46% -
HSV(B) 217.5º 0.47% 0.6% -
XYZ 14.51 14.77 32.22 -
YUV 105.06 155.05 110.84 -
System Red Green Blue C M Y K H S L
Decimal 81 108 153 0.47 0.29 0 0.4 217.5 0.31 0.46
Hex 51 6C 99 2F 1D 0 28 DA 1F 2E
Octal 121 154 231 57 35 0 50 332 37 56
Binary 1010001 1101100 10011001 101111 11101 0 101000 11011010 11111 101110

Color Harmonies of #516C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C99

Black with #516C99

Text Example


Text Example

White with #516C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,108,153); }

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

background-color css

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

 a { background-color: rgb(81,108,153); }

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

border-color css

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

 span { border-color: rgb(81,108,153); }

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