Shades of West Coast #5A5335
Tints of West Coast #5A5335
RGB
CMYK
RGB Variations
Color information
#5A5335 (or 0x5A5335) is known color: West Coast. HEX triplet: 5A, 53 and 35. RGB value is (90,83,53). Sum of RGB (Red+Green+Blue) = 90+83+53=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5335 is #A5ACCA. Grayscale: #515151. Windows color (decimal): -10857675 or 3494746. OLE color: 3494746.
HSL color Cylindrical-coordinate representation of color #5A5335: hue angle of 48.65º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A5335 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 53 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.65 |
| HSL | 48.65º | 0.26% | 0.28% | - |
| HSV(B) | 48.65º | 0.41% | 0.35% | - |
| XYZ | 7.95 | 8.62 | 4.61 | - |
| YUV | 81.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 53 | 0 | 0.08 | 0.41 | 0.65 | 48.65 | 0.26 | 0.28 |
| Hex | 5A | 53 | 35 | 0 | 8 | 29 | 41 | 31 | 1A | 1C |
| Octal | 132 | 123 | 65 | 0 | 10 | 51 | 101 | 61 | 32 | 34 |
| Binary | 1011010 | 1010011 | 110101 | 0 | 1000 | 101001 | 1000001 | 110001 | 11010 | 11100 |
Color Harmonies of #5A5335
Complementary color
Monochromatic Colors of #5A5335
Black with #5A5335
Text Example
Text Example
White with #5A5335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5335; }
p { color: rgb(90,83,53); }
H1.HeaderClassName
{
color: #5A5335;
}
.AnyTagClassName
{
color: #5A5335;
}
</style>
background-color css
<style>
a { background-color: #5A5335; }
a { background-color: rgb(90,83,53); }
div.DivClassName
{
background-color: #5A5335;
}
.BgClassName
{
background-color: #5A5335;
}
</style>
border-color css
<style>
span { border-color: #5A5335; }
span { border-color: rgb(90,83,53); }
td.TdClassName
{
border-color: #5A5335;
}
.TagClassName
{
border-color: #5A5335;
}
</style>