Shades of Crusoe #05632B
Tints of Crusoe #05632B
RGB
CMYK
RGB Variations
Color information
#05632B (or 0x05632B) is known color: Crusoe. HEX triplet: 05, 63 and 2B. RGB value is (5,99,43). Sum of RGB (Red+Green+Blue) = 5+99+43=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #05632B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05632B is #FA9CD4. Grayscale: #404040. Windows color (decimal): -16424149 or 2843397. OLE color: 2843397.
HSL color Cylindrical-coordinate representation of color #05632B: hue angle of 144.26º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05632B is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 99 | 43 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.61 |
| HSL | 144.26º | 0.9% | 0.2% | - |
| HSV(B) | 144.26º | 0.95% | 0.39% | - |
| XYZ | 4.96 | 9.13 | 3.79 | - |
| YUV | 64.51 | 115.86 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 99 | 43 | 0.95 | 0 | 0.57 | 0.61 | 144.26 | 0.9 | 0.2 |
| Hex | 5 | 63 | 2B | 5F | 0 | 39 | 3D | 90 | 5A | 14 |
| Octal | 5 | 143 | 53 | 137 | 0 | 71 | 75 | 220 | 132 | 24 |
| Binary | 101 | 1100011 | 101011 | 1011111 | 0 | 111001 | 111101 | 10010000 | 1011010 | 10100 |
Color Harmonies of #05632B
Complementary color
Monochromatic Colors of #05632B
Black with #05632B
Text Example
Text Example
White with #05632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05632B; }
p { color: rgb(5,99,43); }
H1.HeaderClassName
{
color: #05632B;
}
.AnyTagClassName
{
color: #05632B;
}
</style>
background-color css
<style>
a { background-color: #05632B; }
a { background-color: rgb(5,99,43); }
div.DivClassName
{
background-color: #05632B;
}
.BgClassName
{
background-color: #05632B;
}
</style>
border-color css
<style>
span { border-color: #05632B; }
span { border-color: rgb(5,99,43); }
td.TdClassName
{
border-color: #05632B;
}
.TagClassName
{
border-color: #05632B;
}
</style>