Html Css Color HEX #5B635A Cactus

📋 copy color: '#5B635A'

red 91 ◦ green 99 ◦ blue 90

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

Shades of Cactus #5B635A

Tints of Cactus #5B635A

RGB

 RED value IS 91 (35.94% from 255) = 32.5%

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

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

R = 32.5%
G = 35.36%
B = 32.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#5B635A (or 0x5B635A) is known color: Cactus. HEX triplet: 5B, 63 and 5A. RGB value is (91,99,90). Sum of RGB (Red+Green+Blue) = 91+99+90=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 99 - color contains mainly: green. Hex color #5B635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B635A is #A49CA5. Grayscale: #5F5F5F. Windows color (decimal): -10788006 or 5923675. OLE color: 5923675.

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

Color convert

RGB 91 99 90 -
CMYK 0.08 0 0.09 0.61
HSL 113.33º 0.05% 0.37% -
HSV(B) 113.33º 0.09% 0.39% -
XYZ 10.62 11.89 11.41 -
YUV 95.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 91 99 90 0.08 0 0.09 0.61 113.33 0.05 0.37
Hex 5B 63 5A 8 0 9 3D 71 5 25
Octal 133 143 132 10 0 11 75 161 5 45
Binary 1011011 1100011 1011010 1000 0 1001 111101 1110001 101 100101

Color Harmonies of #5B635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B635A

Black with #5B635A

Text Example


Text Example

White with #5B635A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,99,90); }

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

background-color css

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

 a { background-color: rgb(91,99,90); }

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

border-color css

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

 span { border-color: rgb(91,99,90); }

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