Html Css Color HEX #51705B Como

📋 copy color: '#51705B'

red 81 ◦ green 112 ◦ blue 91

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

Shades of Como #51705B

Tints of Como #51705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.44%

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 28.52%
G = 39.44%
B = 32.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#51705B (or 0x51705B) is known color: Como. HEX triplet: 51, 70 and 5B. RGB value is (81,112,91). Sum of RGB (Red+Green+Blue) = 81+112+91=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #51705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51705B is #AE8FA4. Grayscale: #646464. Windows color (decimal): -11440037 or 5992529. OLE color: 5992529.

HSL color Cylindrical-coordinate representation of color #51705B: hue angle of 139.35º 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 #51705B is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 112 91 -
CMYK 0.28 0 0.19 0.56
HSL 139.35º 0.16% 0.38% -
HSV(B) 139.35º 0.28% 0.44% -
XYZ 11.08 14.09 12.03 -
YUV 100.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 81 112 91 0.28 0 0.19 0.56 139.35 0.16 0.38
Hex 51 70 5B 1C 0 13 38 8B 10 26
Octal 121 160 133 34 0 23 70 213 20 46
Binary 1010001 1110000 1011011 11100 0 10011 111000 10001011 10000 100110

Color Harmonies of #51705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51705B

Black with #51705B

Text Example


Text Example

White with #51705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51705B; }

 p { color: rgb(81,112,91); }

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

background-color css

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

 a { background-color: rgb(81,112,91); }

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

border-color css

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

 span { border-color: rgb(81,112,91); }

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