Html Css Color HEX #5D6259 Cactus

📋 copy color: '#5D6259'

red 93 ◦ green 98 ◦ blue 89

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

Shades of Cactus #5D6259

Tints of Cactus #5D6259

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 33.21%
G = 35%
B = 31.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#5D6259 (or 0x5D6259) is known color: Cactus. HEX triplet: 5D, 62 and 59. RGB value is (93,98,89). Sum of RGB (Red+Green+Blue) = 93+98+89=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6259 is #A29DA6. Grayscale: #5F5F5F. Windows color (decimal): -10657191 or 5857885. OLE color: 5857885.

HSL color Cylindrical-coordinate representation of color #5D6259: hue angle of 93.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5D6259 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 98 89 -
CMYK 0.05 0 0.09 0.62
HSL 93.33º 0.05% 0.37% -
HSV(B) 93.33º 0.09% 0.38% -
XYZ 10.69 11.78 11.16 -
YUV 95.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 93 98 89 0.05 0 0.09 0.62 93.33 0.05 0.37
Hex 5D 62 59 5 0 9 3E 5D 5 25
Octal 135 142 131 5 0 11 76 135 5 45
Binary 1011101 1100010 1011001 101 0 1001 111110 1011101 101 100101

Color Harmonies of #5D6259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6259

Black with #5D6259

Text Example


Text Example

White with #5D6259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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