Html Css Color HEX #517363 Como

📋 copy color: '#517363'

red 81 ◦ green 115 ◦ blue 99

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

Shades of Como #517363

Tints of Como #517363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.98%

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

R = 27.46%
G = 38.98%
B = 33.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#517363 (or 0x517363) is known color: Como. HEX triplet: 51, 73 and 63. RGB value is (81,115,99). Sum of RGB (Red+Green+Blue) = 81+115+99=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #517363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517363 is #AE8C9C. Grayscale: #676767. Windows color (decimal): -11439261 or 6517585. OLE color: 6517585.

HSL color Cylindrical-coordinate representation of color #517363: hue angle of 151.76º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517363 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 115 99 -
CMYK 0.30 0 0.14 0.55
HSL 151.76º 0.17% 0.38% -
HSV(B) 151.76º 0.3% 0.45% -
XYZ 11.78 14.91 14.06 -
YUV 103.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 81 115 99 0.30 0 0.14 0.55 151.76 0.17 0.38
Hex 51 73 63 1E 0 E 37 98 11 26
Octal 121 163 143 36 0 16 67 230 21 46
Binary 1010001 1110011 1100011 11110 0 1110 110111 10011000 10001 100110

Color Harmonies of #517363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517363

Black with #517363

Text Example


Text Example

White with #517363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517363; }

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

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

background-color css

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

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

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

border-color css

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

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

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