#5F6B5A

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

Shades of Cactus #5F6B5A

Tints of Cactus #5F6B5A

Color information

#5F6B5A (or 0x5F6B5A) is unknown color: approx Cactus. HEX triplet: 5F, 6B and 5A. RGB value is (95,107,90). Sum of RGB (Red+Green+Blue) = 95+107+90=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B5A is #A094A5. Grayscale: #656565. Windows color (decimal): -10523814 or 5925727. OLE color: 5925727.

HSL color Cylindrical-coordinate representation of color #5F6B5A: hue angle of 102.35º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5F6B5A is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB9510790-
CMYK0.1100.160.58
HSL102.35º8.63%38.63%-
HSV(B)102.35º15.89%41.96%-
XYZ11.8213.6911.69-
YUV101.47121.52123.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.53%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=32.53%
G=36.64%
B=30.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95107900.1100.160.58102.358.6338.63
Hex5F6B5AB0103A66927
Octal13715313213020721461147
Binary101111111010111011010101101000011101011001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,107,90); }

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

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

 a { background-color: rgb(95,107,90); }

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

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

 span { border-color: rgb(95,107,90); }

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