Html Css Color HEX #5B6559 Cactus

📋 copy color: '#5B6559'

red 91 ◦ green 101 ◦ blue 89

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

Shades of Cactus #5B6559

Tints of Cactus #5B6559

RGB

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

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

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

R = 32.38%
G = 35.94%
B = 31.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#5B6559 (or 0x5B6559) is known color: Cactus. HEX triplet: 5B, 65 and 59. RGB value is (91,101,89). Sum of RGB (Red+Green+Blue) = 91+101+89=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #5B6559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6559 is #A49AA6. Grayscale: #606060. Windows color (decimal): -10787495 or 5858651. OLE color: 5858651.

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

Color convert

RGB 91 101 89 -
CMYK 0.10 0 0.12 0.60
HSL 110º 0.06% 0.37% -
HSV(B) 110º 0.12% 0.4% -
XYZ 10.77 12.25 11.25 -
YUV 96.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 91 101 89 0.10 0 0.12 0.60 110 0.06 0.37
Hex 5B 65 59 A 0 C 3C 6E 6 25
Octal 133 145 131 12 0 14 74 156 6 45
Binary 1011011 1100101 1011001 1010 0 1100 111100 1101110 110 100101

Color Harmonies of #5B6559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6559

Black with #5B6559

Text Example


Text Example

White with #5B6559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,101,89); }

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

background-color css

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

 a { background-color: rgb(91,101,89); }

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

border-color css

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

 span { border-color: rgb(91,101,89); }

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