Shades of Keppel #5BAD8B
Tints of Keppel #5BAD8B
RGB
CMYK
RGB Variations
Color information
#5BAD8B (or 0x5BAD8B) is known color: Keppel. HEX triplet: 5B, AD and 8B. RGB value is (91,173,139). Sum of RGB (Red+Green+Blue) = 91+173+139=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAD8B is #A45274. Grayscale: #909090. Windows color (decimal): -10769013 or 9153883. OLE color: 9153883.
HSL color Cylindrical-coordinate representation of color #5BAD8B: hue angle of 155.12º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAD8B is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 139 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.32 |
| HSL | 155.12º | 0.33% | 0.52% | - |
| HSV(B) | 155.12º | 0.47% | 0.68% | - |
| XYZ | 23.92 | 33.98 | 29.72 | - |
| YUV | 144.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 139 | 0.47 | 0 | 0.20 | 0.32 | 155.12 | 0.33 | 0.52 |
| Hex | 5B | AD | 8B | 2F | 0 | 14 | 20 | 9B | 21 | 34 |
| Octal | 133 | 255 | 213 | 57 | 0 | 24 | 40 | 233 | 41 | 64 |
| Binary | 1011011 | 10101101 | 10001011 | 101111 | 0 | 10100 | 100000 | 10011011 | 100001 | 110100 |
Color Harmonies of #5BAD8B
Complementary color
Monochromatic Colors of #5BAD8B
Black with #5BAD8B
Text Example
Text Example
White with #5BAD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD8B; }
p { color: rgb(91,173,139); }
H1.HeaderClassName
{
color: #5BAD8B;
}
.AnyTagClassName
{
color: #5BAD8B;
}
</style>
background-color css
<style>
a { background-color: #5BAD8B; }
a { background-color: rgb(91,173,139); }
div.DivClassName
{
background-color: #5BAD8B;
}
.BgClassName
{
background-color: #5BAD8B;
}
</style>
border-color css
<style>
span { border-color: #5BAD8B; }
span { border-color: rgb(91,173,139); }
td.TdClassName
{
border-color: #5BAD8B;
}
.TagClassName
{
border-color: #5BAD8B;
}
</style>