Shades of Crusoe #056530
Tints of Crusoe #056530
RGB
CMYK
RGB Variations
Color information
#056530 (or 0x056530) is known color: Crusoe. HEX triplet: 05, 65 and 30. RGB value is (5,101,48). Sum of RGB (Red+Green+Blue) = 5+101+48=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 101 (39.84% from 255 or 65.58% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 101 - color contains mainly: green. Hex color #056530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056530 is #FA9ACF. Grayscale: #424242. Windows color (decimal): -16423632 or 3171589. OLE color: 3171589.
HSL color Cylindrical-coordinate representation of color #056530: hue angle of 146.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056530 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 48 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.60 |
| HSL | 146.88º | 0.91% | 0.21% | - |
| HSV(B) | 146.88º | 0.95% | 0.4% | - |
| XYZ | 5.25 | 9.55 | 4.36 | - |
| YUV | 66.25 | 117.7 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 48 | 0.95 | 0 | 0.52 | 0.60 | 146.88 | 0.91 | 0.21 |
| Hex | 5 | 65 | 30 | 5F | 0 | 34 | 3C | 93 | 5B | 15 |
| Octal | 5 | 145 | 60 | 137 | 0 | 64 | 74 | 223 | 133 | 25 |
| Binary | 101 | 1100101 | 110000 | 1011111 | 0 | 110100 | 111100 | 10010011 | 1011011 | 10101 |
Color Harmonies of #056530
Complementary color
Monochromatic Colors of #056530
Black with #056530
Text Example
Text Example
White with #056530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056530; }
p { color: rgb(5,101,48); }
H1.HeaderClassName
{
color: #056530;
}
.AnyTagClassName
{
color: #056530;
}
</style>
background-color css
<style>
a { background-color: #056530; }
a { background-color: rgb(5,101,48); }
div.DivClassName
{
background-color: #056530;
}
.BgClassName
{
background-color: #056530;
}
</style>
border-color css
<style>
span { border-color: #056530; }
span { border-color: rgb(5,101,48); }
td.TdClassName
{
border-color: #056530;
}
.TagClassName
{
border-color: #056530;
}
</style>