Html Css Color HEX #517699 San Marino

📋 copy color: '#517699'

red 81 ◦ green 118 ◦ blue 153

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

Shades of San Marino #517699

Tints of San Marino #517699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.52%

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

R = 23.01%
G = 33.52%
B = 43.47%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#517699 (or 0x517699) is known color: San Marino. HEX triplet: 51, 76 and 99. RGB value is (81,118,153). Sum of RGB (Red+Green+Blue) = 81+118+153=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #517699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517699 is #AE8966. Grayscale: #6E6E6E. Windows color (decimal): -11438439 or 10057297. OLE color: 10057297.

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

Color convert

RGB 81 118 153 -
CMYK 0.47 0.23 0 0.4
HSL 209.17º 0.31% 0.46% -
HSV(B) 209.17º 0.47% 0.6% -
XYZ 15.62 17.01 32.6 -
YUV 110.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 81 118 153 0.47 0.23 0 0.4 209.17 0.31 0.46
Hex 51 76 99 2F 17 0 28 D1 1F 2E
Octal 121 166 231 57 27 0 50 321 37 56
Binary 1010001 1110110 10011001 101111 10111 0 101000 11010001 11111 101110

Color Harmonies of #517699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517699

Black with #517699

Text Example


Text Example

White with #517699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517699; }

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

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

background-color css

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

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

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

border-color css

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

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

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