Html Css Color HEX #5D6359 Cactus

📋 copy color: '#5D6359'

red 93 ◦ green 99 ◦ blue 89

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

Shades of Cactus #5D6359

Tints of Cactus #5D6359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 33.1%
G = 35.23%
B = 31.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#5D6359 (or 0x5D6359) is known color: Cactus. HEX triplet: 5D, 63 and 59. RGB value is (93,99,89). Sum of RGB (Red+Green+Blue) = 93+99+89=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6359 is #A29CA6. Grayscale: #606060. Windows color (decimal): -10656935 or 5858141. OLE color: 5858141.

HSL color Cylindrical-coordinate representation of color #5D6359: hue angle of 96º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D6359 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 93 99 89 -
CMYK 0.06 0 0.10 0.61
HSL 96º 0.05% 0.37% -
HSV(B) 96º 0.1% 0.39% -
XYZ 10.78 11.97 11.19 -
YUV 96.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 93 99 89 0.06 0 0.10 0.61 96 0.05 0.37
Hex 5D 63 59 6 0 A 3D 60 5 25
Octal 135 143 131 6 0 12 75 140 5 45
Binary 1011101 1100011 1011001 110 0 1010 111101 1100000 101 100101

Color Harmonies of #5D6359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6359

Black with #5D6359

Text Example


Text Example

White with #5D6359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,99,89); }

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

background-color css

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

 a { background-color: rgb(93,99,89); }

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

border-color css

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

 span { border-color: rgb(93,99,89); }

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