Shades of Crusoe #06552B
Tints of Crusoe #06552B
RGB
CMYK
RGB Variations
Color information
#06552B (or 0x06552B) is known color: Crusoe. HEX triplet: 06, 55 and 2B. RGB value is (6,85,43). Sum of RGB (Red+Green+Blue) = 6+85+43=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #06552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06552B is #F9AAD4. Grayscale: #383838. Windows color (decimal): -16362197 or 2839814. OLE color: 2839814.
HSL color Cylindrical-coordinate representation of color #06552B: hue angle of 148.1º 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 #06552B is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 85 | 43 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.67 |
| HSL | 148.1º | 0.87% | 0.18% | - |
| HSV(B) | 148.1º | 0.93% | 0.33% | - |
| XYZ | 3.76 | 6.71 | 3.38 | - |
| YUV | 56.59 | 120.33 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 43 | 0.93 | 0 | 0.49 | 0.67 | 148.1 | 0.87 | 0.18 |
| Hex | 6 | 55 | 2B | 5D | 0 | 31 | 43 | 94 | 57 | 12 |
| Octal | 6 | 125 | 53 | 135 | 0 | 61 | 103 | 224 | 127 | 22 |
| Binary | 110 | 1010101 | 101011 | 1011101 | 0 | 110001 | 1000011 | 10010100 | 1010111 | 10010 |
Color Harmonies of #06552B
Complementary color
Monochromatic Colors of #06552B
Black with #06552B
Text Example
Text Example
White with #06552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06552B; }
p { color: rgb(6,85,43); }
H1.HeaderClassName
{
color: #06552B;
}
.AnyTagClassName
{
color: #06552B;
}
</style>
background-color css
<style>
a { background-color: #06552B; }
a { background-color: rgb(6,85,43); }
div.DivClassName
{
background-color: #06552B;
}
.BgClassName
{
background-color: #06552B;
}
</style>
border-color css
<style>
span { border-color: #06552B; }
span { border-color: rgb(6,85,43); }
td.TdClassName
{
border-color: #06552B;
}
.TagClassName
{
border-color: #06552B;
}
</style>