Shades of Cactus #5A6B5A
Tints of Cactus #5A6B5A
RGB
CMYK
RGB Variations
Color information
#5A6B5A (or 0x5A6B5A) is known color: Cactus. HEX triplet: 5A, 6B and 5A. RGB value is (90,107,90). Sum of RGB (Red+Green+Blue) = 90+107+90=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B5A is #A594A5. Grayscale: #646464. Windows color (decimal): -10851494 or 5925722. OLE color: 5925722.
HSL color Cylindrical-coordinate representation of color #5A6B5A: hue angle of 120º 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 #5A6B5A is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
RGB | 90 | 107 | 90 | - |
CMYK | 0.16 | 0 | 0.16 | 0.58 |
HSL | 120º | 0.09% | 0.39% | - |
HSV(B) | 120º | 0.16% | 0.42% | - |
XYZ | 11.32 | 13.43 | 11.67 | - |
YUV | 99.98 | 122.37 | 120.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 90 | 107 | 90 | 0.16 | 0 | 0.16 | 0.58 | 120 | 0.09 | 0.39 |
Hex | 5A | 6B | 5A | 10 | 0 | 10 | 3A | 78 | 9 | 27 |
Octal | 132 | 153 | 132 | 20 | 0 | 20 | 72 | 170 | 11 | 47 |
Binary | 1011010 | 1101011 | 1011010 | 10000 | 0 | 10000 | 111010 | 1111000 | 1001 | 100111 |
Color Harmonies of #5A6B5A
Complementary color
Monochromatic Colors of #5A6B5A
Black with #5A6B5A
Text Example
Text Example
White with #5A6B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6B5A; }
p { color: rgb(90,107,90); }
H1.HeaderClassName
{
color: #5A6B5A;
}
.AnyTagClassName
{
color: #5A6B5A;
}
</style>
background-color css
<style>
a { background-color: #5A6B5A; }
a { background-color: rgb(90,107,90); }
div.DivClassName
{
background-color: #5A6B5A;
}
.BgClassName
{
background-color: #5A6B5A;
}
</style>
border-color css
<style>
span { border-color: #5A6B5A; }
span { border-color: rgb(90,107,90); }
td.TdClassName
{
border-color: #5A6B5A;
}
.TagClassName
{
border-color: #5A6B5A;
}
</style>