Shades of Crusoe #06552C
Tints of Crusoe #06552C
RGB
CMYK
RGB Variations
Color information
#06552C (or 0x06552C) is known color: Crusoe. HEX triplet: 06, 55 and 2C. RGB value is (6,85,44). Sum of RGB (Red+Green+Blue) = 6+85+44=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #06552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06552C is #F9AAD3. Grayscale: #383838. Windows color (decimal): -16362196 or 2905350. OLE color: 2905350.
HSL color Cylindrical-coordinate representation of color #06552C: hue angle of 148.86º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06552C is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 85 | 44 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.67 |
| HSL | 148.86º | 0.87% | 0.18% | - |
| HSV(B) | 148.86º | 0.93% | 0.33% | - |
| XYZ | 3.78 | 6.72 | 3.48 | - |
| YUV | 56.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 44 | 0.93 | 0 | 0.48 | 0.67 | 148.86 | 0.87 | 0.18 |
| Hex | 6 | 55 | 2C | 5D | 0 | 30 | 43 | 95 | 57 | 12 |
| Octal | 6 | 125 | 54 | 135 | 0 | 60 | 103 | 225 | 127 | 22 |
| Binary | 110 | 1010101 | 101100 | 1011101 | 0 | 110000 | 1000011 | 10010101 | 1010111 | 10010 |
Color Harmonies of #06552C
Complementary color
Monochromatic Colors of #06552C
Black with #06552C
Text Example
Text Example
White with #06552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06552C; }
p { color: rgb(6,85,44); }
H1.HeaderClassName
{
color: #06552C;
}
.AnyTagClassName
{
color: #06552C;
}
</style>
background-color css
<style>
a { background-color: #06552C; }
a { background-color: rgb(6,85,44); }
div.DivClassName
{
background-color: #06552C;
}
.BgClassName
{
background-color: #06552C;
}
</style>
border-color css
<style>
span { border-color: #06552C; }
span { border-color: rgb(6,85,44); }
td.TdClassName
{
border-color: #06552C;
}
.TagClassName
{
border-color: #06552C;
}
</style>