#5B725A

Color #5B725A Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #5B725A

Tints of Cactus #5B725A

Color information

#5B725A (or 0x5B725A) is unknown color: approx Cactus. HEX triplet: 5B, 72 and 5A. RGB value is (91,114,90). Sum of RGB (Red+Green+Blue) = 91+114+90=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #5B725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B725A is #A48DA5. Grayscale: #686868. Windows color (decimal): -10784166 or 5927515. OLE color: 5927515.

HSL color Cylindrical-coordinate representation of color #5B725A: hue angle of 117.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B725A is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB9111490-
CMYK0.2000.210.55
HSL117.5º11.76%40%-
HSV(B)117.5º21.05%44.71%-
XYZ12.181511.93-
YUV104.39119.88118.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.85%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=30.85%
G=38.64%
B=30.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91114900.2000.210.55117.511.7640
Hex5B725A140153775c28
Octal13316213224025671651450
Binary1011011111001010110101010001010111011111101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B725A;
 }
 .AnyTagClassName
 {
   color: #5B725A;
 }
</style>
background-color css

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

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

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

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

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

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