Html Css Color HEX #517463 Como

📋 copy color: '#517463'

red 81 ◦ green 116 ◦ blue 99

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

Shades of Como #517463

Tints of Como #517463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.19%

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

R = 27.36%
G = 39.19%
B = 33.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#517463 (or 0x517463) is known color: Como. HEX triplet: 51, 74 and 63. RGB value is (81,116,99). Sum of RGB (Red+Green+Blue) = 81+116+99=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #517463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517463 is #AE8B9C. Grayscale: #676767. Windows color (decimal): -11439005 or 6517841. OLE color: 6517841.

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

Color convert

RGB 81 116 99 -
CMYK 0.30 0 0.15 0.55
HSL 150.86º 0.18% 0.39% -
HSV(B) 150.86º 0.3% 0.45% -
XYZ 11.89 15.14 14.1 -
YUV 103.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 81 116 99 0.30 0 0.15 0.55 150.86 0.18 0.39
Hex 51 74 63 1E 0 F 37 97 12 27
Octal 121 164 143 36 0 17 67 227 22 47
Binary 1010001 1110100 1100011 11110 0 1111 110111 10010111 10010 100111

Color Harmonies of #517463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517463

Black with #517463

Text Example


Text Example

White with #517463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517463; }

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

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

background-color css

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

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

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

border-color css

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

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

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