#567A50

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

Shades of Cactus #567A50

Tints of Cactus #567A50

Color information

#567A50 (or 0x567A50) is unknown color: approx Cactus. HEX triplet: 56, 7A and 50. RGB value is (86,122,80). Sum of RGB (Red+Green+Blue) = 86+122+80=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #567A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A50 is #A985AF. Grayscale: #6A6A6A. Windows color (decimal): -11109808 or 5274198. OLE color: 5274198.

HSL color Cylindrical-coordinate representation of color #567A50: hue angle of 111.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #567A50 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB8612280-
CMYK0.3000.340.52
HSL111.43º20.79%39.61%-
HSV(B)111.43º34.43%47.84%-
XYZ12.2516.4810.12-
YUV106.45113.07113.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.86%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 80 (31.64% from 255) = 27.78%
R=29.86%
G=42.36%
B=27.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86122800.3000.340.52111.4320.7939.61
Hex567A501E022346f1528
Octal12617212036042641572550
Binary101011011110101010000111100100010110100110111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567A50; }

 p { color: rgb(86,122,80); }

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

<style>
 a { background-color: #567A50; }

 a { background-color: rgb(86,122,80); }

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

<style>
 span { border-color: #567A50; }

 span { border-color: rgb(86,122,80); }

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