Html Css Color HEX #516599 San Marino

📋 copy color: '#516599'

red 81 ◦ green 101 ◦ blue 153

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

Shades of San Marino #516599

Tints of San Marino #516599

RGB

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

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

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

R = 24.18%
G = 30.15%
B = 45.67%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#516599 (or 0x516599) is known color: San Marino. HEX triplet: 51, 65 and 99. RGB value is (81,101,153). Sum of RGB (Red+Green+Blue) = 81+101+153=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #516599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516599 is #AE9A66. Grayscale: #646464. Windows color (decimal): -11442791 or 10052945. OLE color: 10052945.

HSL color Cylindrical-coordinate representation of color #516599: hue angle of 223.33º 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 #516599 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 101 153 -
CMYK 0.47 0.34 0 0.4
HSL 223.33º 0.31% 0.46% -
HSV(B) 223.33º 0.47% 0.6% -
XYZ 13.8 13.36 31.99 -
YUV 100.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 81 101 153 0.47 0.34 0 0.4 223.33 0.31 0.46
Hex 51 65 99 2F 22 0 28 DF 1F 2E
Octal 121 145 231 57 42 0 50 337 37 56
Binary 1010001 1100101 10011001 101111 100010 0 101000 11011111 11111 101110

Color Harmonies of #516599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516599

Black with #516599

Text Example


Text Example

White with #516599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516599; }

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

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

background-color css

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

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

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

border-color css

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

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

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