Shades of Crusoe #05652B
Tints of Crusoe #05652B
RGB
CMYK
RGB Variations
Color information
#05652B (or 0x05652B) is known color: Crusoe. HEX triplet: 05, 65 and 2B. RGB value is (5,101,43). Sum of RGB (Red+Green+Blue) = 5+101+43=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 101 (39.84% from 255 or 67.79% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 101 - color contains mainly: green. Hex color #05652B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05652B is #FA9AD4. Grayscale: #414141. Windows color (decimal): -16423637 or 2843909. OLE color: 2843909.
HSL color Cylindrical-coordinate representation of color #05652B: hue angle of 143.75º 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 #05652B is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 43 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.60 |
| HSL | 143.75º | 0.91% | 0.21% | - |
| HSV(B) | 143.75º | 0.95% | 0.4% | - |
| XYZ | 5.15 | 9.51 | 3.85 | - |
| YUV | 65.68 | 115.2 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 43 | 0.95 | 0 | 0.57 | 0.60 | 143.75 | 0.91 | 0.21 |
| Hex | 5 | 65 | 2B | 5F | 0 | 39 | 3C | 90 | 5B | 15 |
| Octal | 5 | 145 | 53 | 137 | 0 | 71 | 74 | 220 | 133 | 25 |
| Binary | 101 | 1100101 | 101011 | 1011111 | 0 | 111001 | 111100 | 10010000 | 1011011 | 10101 |
Color Harmonies of #05652B
Complementary color
Monochromatic Colors of #05652B
Black with #05652B
Text Example
Text Example
White with #05652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05652B; }
p { color: rgb(5,101,43); }
H1.HeaderClassName
{
color: #05652B;
}
.AnyTagClassName
{
color: #05652B;
}
</style>
background-color css
<style>
a { background-color: #05652B; }
a { background-color: rgb(5,101,43); }
div.DivClassName
{
background-color: #05652B;
}
.BgClassName
{
background-color: #05652B;
}
</style>
border-color css
<style>
span { border-color: #05652B; }
span { border-color: rgb(5,101,43); }
td.TdClassName
{
border-color: #05652B;
}
.TagClassName
{
border-color: #05652B;
}
</style>