Shades of Crusoe #06552A
Tints of Crusoe #06552A
RGB
CMYK
RGB Variations
Color information
#06552A (or 0x06552A) is known color: Crusoe. HEX triplet: 06, 55 and 2A. RGB value is (6,85,42). Sum of RGB (Red+Green+Blue) = 6+85+42=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #06552A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06552A is #F9AAD5. Grayscale: #383838. Windows color (decimal): -16362198 or 2774278. OLE color: 2774278.
HSL color Cylindrical-coordinate representation of color #06552A: hue angle of 147.34º 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 #06552A is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 85 | 42 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.67 |
| HSL | 147.34º | 0.87% | 0.18% | - |
| HSV(B) | 147.34º | 0.93% | 0.33% | - |
| XYZ | 3.74 | 6.7 | 3.29 | - |
| YUV | 56.48 | 119.83 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 42 | 0.93 | 0 | 0.51 | 0.67 | 147.34 | 0.87 | 0.18 |
| Hex | 6 | 55 | 2A | 5D | 0 | 33 | 43 | 93 | 57 | 12 |
| Octal | 6 | 125 | 52 | 135 | 0 | 63 | 103 | 223 | 127 | 22 |
| Binary | 110 | 1010101 | 101010 | 1011101 | 0 | 110011 | 1000011 | 10010011 | 1010111 | 10010 |
Color Harmonies of #06552A
Complementary color
Monochromatic Colors of #06552A
Black with #06552A
Text Example
Text Example
White with #06552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06552A; }
p { color: rgb(6,85,42); }
H1.HeaderClassName
{
color: #06552A;
}
.AnyTagClassName
{
color: #06552A;
}
</style>
background-color css
<style>
a { background-color: #06552A; }
a { background-color: rgb(6,85,42); }
div.DivClassName
{
background-color: #06552A;
}
.BgClassName
{
background-color: #06552A;
}
</style>
border-color css
<style>
span { border-color: #06552A; }
span { border-color: rgb(6,85,42); }
td.TdClassName
{
border-color: #06552A;
}
.TagClassName
{
border-color: #06552A;
}
</style>