Shades of Keppel #5BAD8C
Tints of Keppel #5BAD8C
RGB
CMYK
RGB Variations
Color information
#5BAD8C (or 0x5BAD8C) is known color: Keppel. HEX triplet: 5B, AD and 8C. RGB value is (91,173,140). Sum of RGB (Red+Green+Blue) = 91+173+140=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAD8C is #A45273. Grayscale: #909090. Windows color (decimal): -10769012 or 9219419. OLE color: 9219419.
HSL color Cylindrical-coordinate representation of color #5BAD8C: hue angle of 155.85º 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 #5BAD8C is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 140 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.32 |
| HSL | 155.85º | 0.33% | 0.52% | - |
| HSV(B) | 155.85º | 0.47% | 0.68% | - |
| XYZ | 23.99 | 34 | 30.11 | - |
| YUV | 144.72 | 125.33 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 140 | 0.47 | 0 | 0.19 | 0.32 | 155.85 | 0.33 | 0.52 |
| Hex | 5B | AD | 8C | 2F | 0 | 13 | 20 | 9C | 21 | 34 |
| Octal | 133 | 255 | 214 | 57 | 0 | 23 | 40 | 234 | 41 | 64 |
| Binary | 1011011 | 10101101 | 10001100 | 101111 | 0 | 10011 | 100000 | 10011100 | 100001 | 110100 |
Color Harmonies of #5BAD8C
Complementary color
Monochromatic Colors of #5BAD8C
Black with #5BAD8C
Text Example
Text Example
White with #5BAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD8C; }
p { color: rgb(91,173,140); }
H1.HeaderClassName
{
color: #5BAD8C;
}
.AnyTagClassName
{
color: #5BAD8C;
}
</style>
background-color css
<style>
a { background-color: #5BAD8C; }
a { background-color: rgb(91,173,140); }
div.DivClassName
{
background-color: #5BAD8C;
}
.BgClassName
{
background-color: #5BAD8C;
}
</style>
border-color css
<style>
span { border-color: #5BAD8C; }
span { border-color: rgb(91,173,140); }
td.TdClassName
{
border-color: #5BAD8C;
}
.TagClassName
{
border-color: #5BAD8C;
}
</style>