Shades of Van Cleef #583A36
Tints of Van Cleef #583A36
RGB
CMYK
RGB Variations
Color information
#583A36 (or 0x583A36) is known color: Van Cleef. HEX triplet: 58, 3A and 36. RGB value is (88,58,54). Sum of RGB (Red+Green+Blue) = 88+58+54=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #583A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583A36 is #A7C5C9. Grayscale: #424242. Windows color (decimal): -10995146 or 3553880. OLE color: 3553880.
HSL color Cylindrical-coordinate representation of color #583A36: hue angle of 7.06º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #583A36 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 58 | 54 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.65 |
| HSL | 7.06º | 0.24% | 0.28% | - |
| HSV(B) | 7.06º | 0.39% | 0.35% | - |
| XYZ | 6.2 | 5.37 | 4.2 | - |
| YUV | 66.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 58 | 54 | 0 | 0.34 | 0.39 | 0.65 | 7.06 | 0.24 | 0.28 |
| Hex | 58 | 3A | 36 | 0 | 22 | 27 | 41 | 7 | 18 | 1C |
| Octal | 130 | 72 | 66 | 0 | 42 | 47 | 101 | 7 | 30 | 34 |
| Binary | 1011000 | 111010 | 110110 | 0 | 100010 | 100111 | 1000001 | 111 | 11000 | 11100 |
Color Harmonies of #583A36
Complementary color
Monochromatic Colors of #583A36
Black with #583A36
Text Example
Text Example
White with #583A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583A36; }
p { color: rgb(88,58,54); }
H1.HeaderClassName
{
color: #583A36;
}
.AnyTagClassName
{
color: #583A36;
}
</style>
background-color css
<style>
a { background-color: #583A36; }
a { background-color: rgb(88,58,54); }
div.DivClassName
{
background-color: #583A36;
}
.BgClassName
{
background-color: #583A36;
}
</style>
border-color css
<style>
span { border-color: #583A36; }
span { border-color: rgb(88,58,54); }
td.TdClassName
{
border-color: #583A36;
}
.TagClassName
{
border-color: #583A36;
}
</style>