Html Css Color HEX #5D655A Cactus

📋 copy color: '#5D655A'

red 93 ◦ green 101 ◦ blue 90

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

Shades of Cactus #5D655A

Tints of Cactus #5D655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.56%

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

R = 32.75%
G = 35.56%
B = 31.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#5D655A (or 0x5D655A) is known color: Cactus. HEX triplet: 5D, 65 and 5A. RGB value is (93,101,90). Sum of RGB (Red+Green+Blue) = 93+101+90=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 101 - color contains mainly: green. Hex color #5D655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D655A is #A29AA5. Grayscale: #616161. Windows color (decimal): -10656422 or 5924189. OLE color: 5924189.

HSL color Cylindrical-coordinate representation of color #5D655A: hue angle of 103.64º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5D655A is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 93 101 90 -
CMYK 0.08 0 0.11 0.60
HSL 103.64º 0.06% 0.37% -
HSV(B) 103.64º 0.11% 0.4% -
XYZ 11.01 12.37 11.48 -
YUV 97.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 93 101 90 0.08 0 0.11 0.60 103.64 0.06 0.37
Hex 5D 65 5A 8 0 B 3C 68 6 25
Octal 135 145 132 10 0 13 74 150 6 45
Binary 1011101 1100101 1011010 1000 0 1011 111100 1101000 110 100101

Color Harmonies of #5D655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D655A

Black with #5D655A

Text Example


Text Example

White with #5D655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,101,90); }

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

background-color css

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

 a { background-color: rgb(93,101,90); }

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

border-color css

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

 span { border-color: rgb(93,101,90); }

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