Shades of Crusoe #055732
Tints of Crusoe #055732
RGB
CMYK
RGB Variations
Color information
#055732 (or 0x055732) is known color: Crusoe. HEX triplet: 05, 57 and 32. RGB value is (5,87,50). Sum of RGB (Red+Green+Blue) = 5+87+50=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 87 (34.38% from 255 or 61.27% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 87 - color contains mainly: green. Hex color #055732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055732 is #FAA8CD. Grayscale: #3A3A3A. Windows color (decimal): -16427214 or 3299077. OLE color: 3299077.
HSL color Cylindrical-coordinate representation of color #055732: hue angle of 152.93º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055732 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 87 | 50 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.66 |
| HSL | 152.93º | 0.89% | 0.18% | - |
| HSV(B) | 152.93º | 0.94% | 0.34% | - |
| XYZ | 4.05 | 7.08 | 4.17 | - |
| YUV | 58.26 | 123.33 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 50 | 0.94 | 0 | 0.43 | 0.66 | 152.93 | 0.89 | 0.18 |
| Hex | 5 | 57 | 32 | 5E | 0 | 2B | 42 | 99 | 59 | 12 |
| Octal | 5 | 127 | 62 | 136 | 0 | 53 | 102 | 231 | 131 | 22 |
| Binary | 101 | 1010111 | 110010 | 1011110 | 0 | 101011 | 1000010 | 10011001 | 1011001 | 10010 |
Color Harmonies of #055732
Complementary color
Monochromatic Colors of #055732
Black with #055732
Text Example
Text Example
White with #055732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055732; }
p { color: rgb(5,87,50); }
H1.HeaderClassName
{
color: #055732;
}
.AnyTagClassName
{
color: #055732;
}
</style>
background-color css
<style>
a { background-color: #055732; }
a { background-color: rgb(5,87,50); }
div.DivClassName
{
background-color: #055732;
}
.BgClassName
{
background-color: #055732;
}
</style>
border-color css
<style>
span { border-color: #055732; }
span { border-color: rgb(5,87,50); }
td.TdClassName
{
border-color: #055732;
}
.TagClassName
{
border-color: #055732;
}
</style>