#5B6A5A

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

Shades of Cactus #5B6A5A

Tints of Cactus #5B6A5A

Color information

#5B6A5A (or 0x5B6A5A) is unknown color: approx Cactus. HEX triplet: 5B, 6A and 5A. RGB value is (91,106,90). Sum of RGB (Red+Green+Blue) = 91+106+90=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6A5A is #A495A5. Grayscale: #636363. Windows color (decimal): -10786214 or 5925467. OLE color: 5925467.

HSL color Cylindrical-coordinate representation of color #5B6A5A: hue angle of 116.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B6A5A is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB9110690-
CMYK0.1400.150.58
HSL116.25º8.16%38.43%-
HSV(B)116.25º15.09%41.57%-
XYZ11.3113.2711.64-
YUV99.69122.53121.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.71%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=31.71%
G=36.93%
B=31.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91106900.1400.150.58116.258.1638.43
Hex5B6A5AE0F3A74826
Octal13315213216017721641046
Binary10110111101010101101011100111111101011101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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