Shades of Keppel #5DBF9B
Tints of Keppel #5DBF9B
RGB
CMYK
RGB Variations
Color information
#5DBF9B (or 0x5DBF9B) is known color: Keppel. HEX triplet: 5D, BF and 9B. RGB value is (93,191,155). Sum of RGB (Red+Green+Blue) = 93+191+155=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBF9B is #A24064. Grayscale: #9D9D9D. Windows color (decimal): -10633317 or 10207069. OLE color: 10207069.
HSL color Cylindrical-coordinate representation of color #5DBF9B: hue angle of 157.96º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBF9B is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 155 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.25 |
| HSL | 157.96º | 0.43% | 0.56% | - |
| HSV(B) | 157.96º | 0.51% | 0.75% | - |
| XYZ | 29.06 | 41.96 | 37.58 | - |
| YUV | 157.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 155 | 0.51 | 0 | 0.19 | 0.25 | 157.96 | 0.43 | 0.56 |
| Hex | 5D | BF | 9B | 33 | 0 | 13 | 19 | 9E | 2B | 38 |
| Octal | 135 | 277 | 233 | 63 | 0 | 23 | 31 | 236 | 53 | 70 |
| Binary | 1011101 | 10111111 | 10011011 | 110011 | 0 | 10011 | 11001 | 10011110 | 101011 | 111000 |
Color Harmonies of #5DBF9B
Complementary color
Monochromatic Colors of #5DBF9B
Black with #5DBF9B
Text Example
Text Example
White with #5DBF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF9B; }
p { color: rgb(93,191,155); }
H1.HeaderClassName
{
color: #5DBF9B;
}
.AnyTagClassName
{
color: #5DBF9B;
}
</style>
background-color css
<style>
a { background-color: #5DBF9B; }
a { background-color: rgb(93,191,155); }
div.DivClassName
{
background-color: #5DBF9B;
}
.BgClassName
{
background-color: #5DBF9B;
}
</style>
border-color css
<style>
span { border-color: #5DBF9B; }
span { border-color: rgb(93,191,155); }
td.TdClassName
{
border-color: #5DBF9B;
}
.TagClassName
{
border-color: #5DBF9B;
}
</style>