Shades of Keppel #5BBD9B
Tints of Keppel #5BBD9B
RGB
CMYK
RGB Variations
Color information
#5BBD9B (or 0x5BBD9B) is known color: Keppel. HEX triplet: 5B, BD and 9B. RGB value is (91,189,155). Sum of RGB (Red+Green+Blue) = 91+189+155=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBD9B is #A44264. Grayscale: #9B9B9B. Windows color (decimal): -10764901 or 10206555. OLE color: 10206555.
HSL color Cylindrical-coordinate representation of color #5BBD9B: hue angle of 159.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBD9B is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 155 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.26 |
| HSL | 159.18º | 0.43% | 0.55% | - |
| HSV(B) | 159.18º | 0.52% | 0.74% | - |
| XYZ | 28.43 | 40.99 | 37.42 | - |
| YUV | 155.82 | 127.53 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 155 | 0.52 | 0 | 0.18 | 0.26 | 159.18 | 0.43 | 0.55 |
| Hex | 5B | BD | 9B | 34 | 0 | 12 | 1A | 9F | 2B | 37 |
| Octal | 133 | 275 | 233 | 64 | 0 | 22 | 32 | 237 | 53 | 67 |
| Binary | 1011011 | 10111101 | 10011011 | 110100 | 0 | 10010 | 11010 | 10011111 | 101011 | 110111 |
Color Harmonies of #5BBD9B
Complementary color
Monochromatic Colors of #5BBD9B
Black with #5BBD9B
Text Example
Text Example
White with #5BBD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBD9B; }
p { color: rgb(91,189,155); }
H1.HeaderClassName
{
color: #5BBD9B;
}
.AnyTagClassName
{
color: #5BBD9B;
}
</style>
background-color css
<style>
a { background-color: #5BBD9B; }
a { background-color: rgb(91,189,155); }
div.DivClassName
{
background-color: #5BBD9B;
}
.BgClassName
{
background-color: #5BBD9B;
}
</style>
border-color css
<style>
span { border-color: #5BBD9B; }
span { border-color: rgb(91,189,155); }
td.TdClassName
{
border-color: #5BBD9B;
}
.TagClassName
{
border-color: #5BBD9B;
}
</style>