Shades of Crusoe #05682B
Tints of Crusoe #05682B
RGB
CMYK
RGB Variations
Color information
#05682B (or 0x05682B) is known color: Crusoe. HEX triplet: 05, 68 and 2B. RGB value is (5,104,43). Sum of RGB (Red+Green+Blue) = 5+104+43=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 104 (41.02% from 255 or 68.42% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 104 - color contains mainly: green. Hex color #05682B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05682B is #FA97D4. Grayscale: #434343. Windows color (decimal): -16422869 or 2844677. OLE color: 2844677.
HSL color Cylindrical-coordinate representation of color #05682B: hue angle of 143.03º 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 #05682B is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 104 | 43 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.59 |
| HSL | 143.03º | 0.91% | 0.21% | - |
| HSV(B) | 143.03º | 0.95% | 0.41% | - |
| XYZ | 5.45 | 10.11 | 3.95 | - |
| YUV | 67.45 | 114.2 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 43 | 0.95 | 0 | 0.59 | 0.59 | 143.03 | 0.91 | 0.21 |
| Hex | 5 | 68 | 2B | 5F | 0 | 3B | 3B | 8F | 5B | 15 |
| Octal | 5 | 150 | 53 | 137 | 0 | 73 | 73 | 217 | 133 | 25 |
| Binary | 101 | 1101000 | 101011 | 1011111 | 0 | 111011 | 111011 | 10001111 | 1011011 | 10101 |
Color Harmonies of #05682B
Complementary color
Monochromatic Colors of #05682B
Black with #05682B
Text Example
Text Example
White with #05682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05682B; }
p { color: rgb(5,104,43); }
H1.HeaderClassName
{
color: #05682B;
}
.AnyTagClassName
{
color: #05682B;
}
</style>
background-color css
<style>
a { background-color: #05682B; }
a { background-color: rgb(5,104,43); }
div.DivClassName
{
background-color: #05682B;
}
.BgClassName
{
background-color: #05682B;
}
</style>
border-color css
<style>
span { border-color: #05682B; }
span { border-color: rgb(5,104,43); }
td.TdClassName
{
border-color: #05682B;
}
.TagClassName
{
border-color: #05682B;
}
</style>