Html Css Color HEX #5B615A Cactus

📋 copy color: '#5B615A'

red 91 ◦ green 97 ◦ blue 90

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

Shades of Cactus #5B615A

Tints of Cactus #5B615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.89%

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

R = 32.73%
G = 34.89%
B = 32.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#5B615A (or 0x5B615A) is known color: Cactus. HEX triplet: 5B, 61 and 5A. RGB value is (91,97,90). Sum of RGB (Red+Green+Blue) = 91+97+90=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 97 - color contains mainly: green. Hex color #5B615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B615A is #A49EA5. Grayscale: #5E5E5E. Windows color (decimal): -10788518 or 5923163. OLE color: 5923163.

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

Color convert

RGB 91 97 90 -
CMYK 0.06 0 0.07 0.62
HSL 111.43º 0.04% 0.37% -
HSV(B) 111.43º 0.07% 0.38% -
XYZ 10.43 11.51 11.34 -
YUV 94.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 91 97 90 0.06 0 0.07 0.62 111.43 0.04 0.37
Hex 5B 61 5A 6 0 7 3E 6F 4 25
Octal 133 141 132 6 0 7 76 157 4 45
Binary 1011011 1100001 1011010 110 0 111 111110 1101111 100 100101

Color Harmonies of #5B615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B615A

Black with #5B615A

Text Example


Text Example

White with #5B615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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