Html Css Color HEX #517799 San Marino

📋 copy color: '#517799'

red 81 ◦ green 119 ◦ blue 153

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

Shades of San Marino #517799

Tints of San Marino #517799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.71%

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

R = 22.95%
G = 33.71%
B = 43.34%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#517799 (or 0x517799) is known color: San Marino. HEX triplet: 51, 77 and 99. RGB value is (81,119,153). Sum of RGB (Red+Green+Blue) = 81+119+153=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #517799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517799 is #AE8866. Grayscale: #6F6F6F. Windows color (decimal): -11438183 or 10057553. OLE color: 10057553.

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

Color convert

RGB 81 119 153 -
CMYK 0.47 0.22 0 0.4
HSL 208.33º 0.31% 0.46% -
HSV(B) 208.33º 0.47% 0.6% -
XYZ 15.74 17.24 32.64 -
YUV 111.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 81 119 153 0.47 0.22 0 0.4 208.33 0.31 0.46
Hex 51 77 99 2F 16 0 28 D0 1F 2E
Octal 121 167 231 57 26 0 50 320 37 56
Binary 1010001 1110111 10011001 101111 10110 0 101000 11010000 11111 101110

Color Harmonies of #517799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517799

Black with #517799

Text Example


Text Example

White with #517799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517799; }

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

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

background-color css

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

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

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

border-color css

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

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

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