Shades of Crusoe #06572A
Tints of Crusoe #06572A
RGB
CMYK
RGB Variations
Color information
#06572A (or 0x06572A) is known color: Crusoe. HEX triplet: 06, 57 and 2A. RGB value is (6,87,42). Sum of RGB (Red+Green+Blue) = 6+87+42=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 87 (34.38% from 255 or 64.44% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 87 - color contains mainly: green. Hex color #06572A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06572A is #F9A8D5. Grayscale: #393939. Windows color (decimal): -16361686 or 2774790. OLE color: 2774790.
HSL color Cylindrical-coordinate representation of color #06572A: hue angle of 146.67º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06572A is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 87 | 42 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.66 |
| HSL | 146.67º | 0.87% | 0.18% | - |
| HSV(B) | 146.67º | 0.93% | 0.34% | - |
| XYZ | 3.9 | 7.02 | 3.34 | - |
| YUV | 57.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 87 | 42 | 0.93 | 0 | 0.52 | 0.66 | 146.67 | 0.87 | 0.18 |
| Hex | 6 | 57 | 2A | 5D | 0 | 34 | 42 | 93 | 57 | 12 |
| Octal | 6 | 127 | 52 | 135 | 0 | 64 | 102 | 223 | 127 | 22 |
| Binary | 110 | 1010111 | 101010 | 1011101 | 0 | 110100 | 1000010 | 10010011 | 1010111 | 10010 |
Color Harmonies of #06572A
Complementary color
Monochromatic Colors of #06572A
Black with #06572A
Text Example
Text Example
White with #06572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06572A; }
p { color: rgb(6,87,42); }
H1.HeaderClassName
{
color: #06572A;
}
.AnyTagClassName
{
color: #06572A;
}
</style>
background-color css
<style>
a { background-color: #06572A; }
a { background-color: rgb(6,87,42); }
div.DivClassName
{
background-color: #06572A;
}
.BgClassName
{
background-color: #06572A;
}
</style>
border-color css
<style>
span { border-color: #06572A; }
span { border-color: rgb(6,87,42); }
td.TdClassName
{
border-color: #06572A;
}
.TagClassName
{
border-color: #06572A;
}
</style>