Shades of Crusoe #065833
Tints of Crusoe #065833
RGB
CMYK
RGB Variations
Color information
#065833 (or 0x065833) is known color: Crusoe. HEX triplet: 06, 58 and 33. RGB value is (6,88,51). Sum of RGB (Red+Green+Blue) = 6+88+51=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 88 (34.77% from 255 or 60.69% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 88 - color contains mainly: green. Hex color #065833 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065833 is #F9A7CC. Grayscale: #3B3B3B. Windows color (decimal): -16361421 or 3364870. OLE color: 3364870.
HSL color Cylindrical-coordinate representation of color #065833: hue angle of 152.93º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065833 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 88 | 51 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.65 |
| HSL | 152.93º | 0.87% | 0.18% | - |
| HSV(B) | 152.93º | 0.93% | 0.35% | - |
| XYZ | 4.16 | 7.26 | 4.31 | - |
| YUV | 59.26 | 123.33 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 88 | 51 | 0.93 | 0 | 0.42 | 0.65 | 152.93 | 0.87 | 0.18 |
| Hex | 6 | 58 | 33 | 5D | 0 | 2A | 41 | 99 | 57 | 12 |
| Octal | 6 | 130 | 63 | 135 | 0 | 52 | 101 | 231 | 127 | 22 |
| Binary | 110 | 1011000 | 110011 | 1011101 | 0 | 101010 | 1000001 | 10011001 | 1010111 | 10010 |
Color Harmonies of #065833
Complementary color
Monochromatic Colors of #065833
Black with #065833
Text Example
Text Example
White with #065833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065833; }
p { color: rgb(6,88,51); }
H1.HeaderClassName
{
color: #065833;
}
.AnyTagClassName
{
color: #065833;
}
</style>
background-color css
<style>
a { background-color: #065833; }
a { background-color: rgb(6,88,51); }
div.DivClassName
{
background-color: #065833;
}
.BgClassName
{
background-color: #065833;
}
</style>
border-color css
<style>
span { border-color: #065833; }
span { border-color: rgb(6,88,51); }
td.TdClassName
{
border-color: #065833;
}
.TagClassName
{
border-color: #065833;
}
</style>