Shades of Keppel #5DAE9B
Tints of Keppel #5DAE9B
RGB
CMYK
RGB Variations
Color information
#5DAE9B (or 0x5DAE9B) is known color: Keppel. HEX triplet: 5D, AE and 9B. RGB value is (93,174,155). Sum of RGB (Red+Green+Blue) = 93+174+155=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAE9B is #A25164. Grayscale: #939393. Windows color (decimal): -10637669 or 10202717. OLE color: 10202717.
HSL color Cylindrical-coordinate representation of color #5DAE9B: hue angle of 165.93º 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 #5DAE9B is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 155 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.32 |
| HSL | 165.93º | 0.33% | 0.52% | - |
| HSV(B) | 165.93º | 0.47% | 0.68% | - |
| XYZ | 25.57 | 34.97 | 36.41 | - |
| YUV | 147.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 155 | 0.47 | 0 | 0.11 | 0.32 | 165.93 | 0.33 | 0.52 |
| Hex | 5D | AE | 9B | 2F | 0 | B | 20 | A6 | 21 | 34 |
| Octal | 135 | 256 | 233 | 57 | 0 | 13 | 40 | 246 | 41 | 64 |
| Binary | 1011101 | 10101110 | 10011011 | 101111 | 0 | 1011 | 100000 | 10100110 | 100001 | 110100 |
Color Harmonies of #5DAE9B
Complementary color
Monochromatic Colors of #5DAE9B
Black with #5DAE9B
Text Example
Text Example
White with #5DAE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE9B; }
p { color: rgb(93,174,155); }
H1.HeaderClassName
{
color: #5DAE9B;
}
.AnyTagClassName
{
color: #5DAE9B;
}
</style>
background-color css
<style>
a { background-color: #5DAE9B; }
a { background-color: rgb(93,174,155); }
div.DivClassName
{
background-color: #5DAE9B;
}
.BgClassName
{
background-color: #5DAE9B;
}
</style>
border-color css
<style>
span { border-color: #5DAE9B; }
span { border-color: rgb(93,174,155); }
td.TdClassName
{
border-color: #5DAE9B;
}
.TagClassName
{
border-color: #5DAE9B;
}
</style>