Shades of Crusoe #056723
Tints of Crusoe #056723
RGB
CMYK
RGB Variations
Color information
#056723 (or 0x056723) is known color: Crusoe. HEX triplet: 05, 67 and 23. RGB value is (5,103,35). Sum of RGB (Red+Green+Blue) = 5+103+35=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 103 (40.62% from 255 or 72.03% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 103 - color contains mainly: green. Hex color #056723 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056723 is #FA98DC. Grayscale: #424242. Windows color (decimal): -16423133 or 2320133. OLE color: 2320133.
HSL color Cylindrical-coordinate representation of color #056723: hue angle of 138.37º 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 #056723 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 103 | 35 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.60 |
| HSL | 138.37º | 0.91% | 0.21% | - |
| HSV(B) | 138.37º | 0.95% | 0.4% | - |
| XYZ | 5.22 | 9.85 | 3.22 | - |
| YUV | 65.95 | 110.53 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 35 | 0.95 | 0 | 0.66 | 0.60 | 138.37 | 0.91 | 0.21 |
| Hex | 5 | 67 | 23 | 5F | 0 | 42 | 3C | 8A | 5B | 15 |
| Octal | 5 | 147 | 43 | 137 | 0 | 102 | 74 | 212 | 133 | 25 |
| Binary | 101 | 1100111 | 100011 | 1011111 | 0 | 1000010 | 111100 | 10001010 | 1011011 | 10101 |
Color Harmonies of #056723
Complementary color
Monochromatic Colors of #056723
Black with #056723
Text Example
Text Example
White with #056723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056723; }
p { color: rgb(5,103,35); }
H1.HeaderClassName
{
color: #056723;
}
.AnyTagClassName
{
color: #056723;
}
</style>
background-color css
<style>
a { background-color: #056723; }
a { background-color: rgb(5,103,35); }
div.DivClassName
{
background-color: #056723;
}
.BgClassName
{
background-color: #056723;
}
</style>
border-color css
<style>
span { border-color: #056723; }
span { border-color: rgb(5,103,35); }
td.TdClassName
{
border-color: #056723;
}
.TagClassName
{
border-color: #056723;
}
</style>