Shades of Downy #5FEDCB
Tints of Downy #5FEDCB
RGB
CMYK
RGB Variations
Color information
#5FEDCB (or 0x5FEDCB) is known color: Downy. HEX triplet: 5F, ED and CB. RGB value is (95,237,203). Sum of RGB (Red+Green+Blue) = 95+237+203=535 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.76% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #5FEDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEDCB is #A01234. Grayscale: #BEBEBE. Windows color (decimal): -10490421 or 13364575. OLE color: 13364575.
HSL color Cylindrical-coordinate representation of color #5FEDCB: hue angle of 165.63º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEDCB is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 237 | 203 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.07 |
| HSL | 165.63º | 0.8% | 0.65% | - |
| HSV(B) | 165.63º | 0.6% | 0.93% | - |
| XYZ | 45.78 | 67.31 | 67.08 | - |
| YUV | 190.67 | 134.96 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 237 | 203 | 0.60 | 0 | 0.14 | 0.07 | 165.63 | 0.8 | 0.65 |
| Hex | 5F | ED | CB | 3C | 0 | E | 7 | A6 | 50 | 41 |
| Octal | 137 | 355 | 313 | 74 | 0 | 16 | 7 | 246 | 120 | 101 |
| Binary | 1011111 | 11101101 | 11001011 | 111100 | 0 | 1110 | 111 | 10100110 | 1010000 | 1000001 |
Color Harmonies of #5FEDCB
Complementary color
Monochromatic Colors of #5FEDCB
Black with #5FEDCB
Text Example
Text Example
White with #5FEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEDCB; }
p { color: rgb(95,237,203); }
H1.HeaderClassName
{
color: #5FEDCB;
}
.AnyTagClassName
{
color: #5FEDCB;
}
</style>
background-color css
<style>
a { background-color: #5FEDCB; }
a { background-color: rgb(95,237,203); }
div.DivClassName
{
background-color: #5FEDCB;
}
.BgClassName
{
background-color: #5FEDCB;
}
</style>
border-color css
<style>
span { border-color: #5FEDCB; }
span { border-color: rgb(95,237,203); }
td.TdClassName
{
border-color: #5FEDCB;
}
.TagClassName
{
border-color: #5FEDCB;
}
</style>