Shades of Crusoe #065529
Tints of Crusoe #065529
RGB
CMYK
RGB Variations
Color information
#065529 (or 0x065529) is known color: Crusoe. HEX triplet: 06, 55 and 29. RGB value is (6,85,41). Sum of RGB (Red+Green+Blue) = 6+85+41=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #065529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065529 is #F9AAD6. Grayscale: #383838. Windows color (decimal): -16362199 or 2708742. OLE color: 2708742.
HSL color Cylindrical-coordinate representation of color #065529: hue angle of 146.58º 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 #065529 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 85 | 41 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.67 |
| HSL | 146.58º | 0.87% | 0.18% | - |
| HSV(B) | 146.58º | 0.93% | 0.33% | - |
| XYZ | 3.72 | 6.7 | 3.19 | - |
| YUV | 56.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 41 | 0.93 | 0 | 0.52 | 0.67 | 146.58 | 0.87 | 0.18 |
| Hex | 6 | 55 | 29 | 5D | 0 | 34 | 43 | 93 | 57 | 12 |
| Octal | 6 | 125 | 51 | 135 | 0 | 64 | 103 | 223 | 127 | 22 |
| Binary | 110 | 1010101 | 101001 | 1011101 | 0 | 110100 | 1000011 | 10010011 | 1010111 | 10010 |
Color Harmonies of #065529
Complementary color
Monochromatic Colors of #065529
Black with #065529
Text Example
Text Example
White with #065529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065529; }
p { color: rgb(6,85,41); }
H1.HeaderClassName
{
color: #065529;
}
.AnyTagClassName
{
color: #065529;
}
</style>
background-color css
<style>
a { background-color: #065529; }
a { background-color: rgb(6,85,41); }
div.DivClassName
{
background-color: #065529;
}
.BgClassName
{
background-color: #065529;
}
</style>
border-color css
<style>
span { border-color: #065529; }
span { border-color: rgb(6,85,41); }
td.TdClassName
{
border-color: #065529;
}
.TagClassName
{
border-color: #065529;
}
</style>