Shades of Crusoe #05681B
Tints of Crusoe #05681B
RGB
CMYK
RGB Variations
Color information
#05681B (or 0x05681B) is known color: Crusoe. HEX triplet: 05, 68 and 1B. RGB value is (5,104,27). Sum of RGB (Red+Green+Blue) = 5+104+27=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 104 (41.02% from 255 or 76.47% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 104 - color contains mainly: green. Hex color #05681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05681B is #FA97E4. Grayscale: #414141. Windows color (decimal): -16422885 or 1796101. OLE color: 1796101.
HSL color Cylindrical-coordinate representation of color #05681B: hue angle of 133.33º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05681B is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 104 | 27 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.59 |
| HSL | 133.33º | 0.91% | 0.21% | - |
| HSV(B) | 133.33º | 0.95% | 0.41% | - |
| XYZ | 5.21 | 10.01 | 2.69 | - |
| YUV | 65.62 | 106.2 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 27 | 0.95 | 0 | 0.74 | 0.59 | 133.33 | 0.91 | 0.21 |
| Hex | 5 | 68 | 1B | 5F | 0 | 4A | 3B | 85 | 5B | 15 |
| Octal | 5 | 150 | 33 | 137 | 0 | 112 | 73 | 205 | 133 | 25 |
| Binary | 101 | 1101000 | 11011 | 1011111 | 0 | 1001010 | 111011 | 10000101 | 1011011 | 10101 |
Color Harmonies of #05681B
Complementary color
Monochromatic Colors of #05681B
Black with #05681B
Text Example
Text Example
White with #05681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05681B; }
p { color: rgb(5,104,27); }
H1.HeaderClassName
{
color: #05681B;
}
.AnyTagClassName
{
color: #05681B;
}
</style>
background-color css
<style>
a { background-color: #05681B; }
a { background-color: rgb(5,104,27); }
div.DivClassName
{
background-color: #05681B;
}
.BgClassName
{
background-color: #05681B;
}
</style>
border-color css
<style>
span { border-color: #05681B; }
span { border-color: rgb(5,104,27); }
td.TdClassName
{
border-color: #05681B;
}
.TagClassName
{
border-color: #05681B;
}
</style>