Html Css Color HEX #51715A Como

📋 copy color: '#51715A'

red 81 ◦ green 113 ◦ blue 90

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

Shades of Como #51715A

Tints of Como #51715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.79%

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 28.52%
G = 39.79%
B = 31.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#51715A (or 0x51715A) is known color: Como. HEX triplet: 51, 71 and 5A. RGB value is (81,113,90). Sum of RGB (Red+Green+Blue) = 81+113+90=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #51715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51715A is #AE8EA5. Grayscale: #646464. Windows color (decimal): -11439782 or 5927249. OLE color: 5927249.

HSL color Cylindrical-coordinate representation of color #51715A: hue angle of 136.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #51715A is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 113 90 -
CMYK 0.28 0 0.20 0.56
HSL 136.88º 0.16% 0.38% -
HSV(B) 136.88º 0.28% 0.44% -
XYZ 11.14 14.3 11.85 -
YUV 100.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 81 113 90 0.28 0 0.20 0.56 136.88 0.16 0.38
Hex 51 71 5A 1C 0 14 38 89 10 26
Octal 121 161 132 34 0 24 70 211 20 46
Binary 1010001 1110001 1011010 11100 0 10100 111000 10001001 10000 100110

Color Harmonies of #51715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51715A

Black with #51715A

Text Example


Text Example

White with #51715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51715A; }

 p { color: rgb(81,113,90); }

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

background-color css

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

 a { background-color: rgb(81,113,90); }

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

border-color css

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

 span { border-color: rgb(81,113,90); }

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