Html Css Color HEX #5D7F62 Como

📋 copy color: '#5D7F62'

red 93 ◦ green 127 ◦ blue 98

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

Shades of Como #5D7F62

Tints of Como #5D7F62

RGB

 RED value IS 93 (36.72% from 255) = 29.25%

 GREEN value IS 127 (50% from 255) = 39.94%

 BLUE value IS 98 (38.67% from 255) = 30.82%

R = 29.25%
G = 39.94%
B = 30.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#5D7F62 (or 0x5D7F62) is known color: Como. HEX triplet: 5D, 7F and 62. RGB value is (93,127,98). Sum of RGB (Red+Green+Blue) = 93+127+98=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 127 - color contains mainly: green. Hex color #5D7F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7F62 is #A2809D. Grayscale: #717171. Windows color (decimal): -10649758 or 6455133. OLE color: 6455133.

HSL color Cylindrical-coordinate representation of color #5D7F62: hue angle of 128.82º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D7F62 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 93 127 98 -
CMYK 0.27 0 0.23 0.50
HSL 128.82º 0.15% 0.43% -
HSV(B) 128.82º 0.27% 0.5% -
XYZ 14.31 18.39 14.35 -
YUV 113.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 93 127 98 0.27 0 0.23 0.50 128.82 0.15 0.43
Hex 5D 7F 62 1B 0 17 32 81 F 2B
Octal 135 177 142 33 0 27 62 201 17 53
Binary 1011101 1111111 1100010 11011 0 10111 110010 10000001 1111 101011

Color Harmonies of #5D7F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7F62

Black with #5D7F62

Text Example


Text Example

White with #5D7F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D7F62; }

 p { color: rgb(93,127,98); }

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

background-color css

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

 a { background-color: rgb(93,127,98); }

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

border-color css

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

 span { border-color: rgb(93,127,98); }

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