Html Css Color HEX #517863 Como

📋 copy color: '#517863'

red 81 ◦ green 120 ◦ blue 99

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

Shades of Como #517863

Tints of Como #517863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40%

 BLUE value IS 99 (39.06% from 255) = 33%

R = 27%
G = 40%
B = 33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#517863 (or 0x517863) is known color: Como. HEX triplet: 51, 78 and 63. RGB value is (81,120,99). Sum of RGB (Red+Green+Blue) = 81+120+99=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #517863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517863 is #AE879C. Grayscale: #696969. Windows color (decimal): -11437981 or 6518865. OLE color: 6518865.

HSL color Cylindrical-coordinate representation of color #517863: hue angle of 147.69º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #517863 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 120 99 -
CMYK 0.32 0 0.17 0.53
HSL 147.69º 0.19% 0.39% -
HSV(B) 147.69º 0.33% 0.47% -
XYZ 12.36 16.08 14.26 -
YUV 105.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 81 120 99 0.32 0 0.17 0.53 147.69 0.19 0.39
Hex 51 78 63 20 0 11 35 94 13 27
Octal 121 170 143 40 0 21 65 224 23 47
Binary 1010001 1111000 1100011 100000 0 10001 110101 10010100 10011 100111

Color Harmonies of #517863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517863

Black with #517863

Text Example


Text Example

White with #517863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517863; }

 p { color: rgb(81,120,99); }

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

background-color css

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

 a { background-color: rgb(81,120,99); }

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

border-color css

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

 span { border-color: rgb(81,120,99); }

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