Shades of Cadet Blue #5D999B
Tints of Cadet Blue #5D999B
RGB
CMYK
RGB Variations
Color information
#5D999B (or 0x5D999B) is known color: Cadet Blue. HEX triplet: 5D, 99 and 9B. RGB value is (93,153,155). Sum of RGB (Red+Green+Blue) = 93+153+155=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D999B is #A26664. Grayscale: #878787. Windows color (decimal): -10643045 or 10197341. OLE color: 10197341.
HSL color Cylindrical-coordinate representation of color #5D999B: hue angle of 181.94º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D999B is Cyan = 0.4, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 153 | 155 | - |
| CMYK | 0.4 | 0.01 | 0 | 0.39 |
| HSL | 181.94º | 0.25% | 0.49% | - |
| HSV(B) | 181.94º | 0.4% | 0.61% | - |
| XYZ | 21.82 | 27.48 | 35.16 | - |
| YUV | 135.29 | 139.12 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 153 | 155 | 0.4 | 0.01 | 0 | 0.39 | 181.94 | 0.25 | 0.49 |
| Hex | 5D | 99 | 9B | 28 | 1 | 0 | 27 | B6 | 19 | 31 |
| Octal | 135 | 231 | 233 | 50 | 1 | 0 | 47 | 266 | 31 | 61 |
| Binary | 1011101 | 10011001 | 10011011 | 101000 | 1 | 0 | 100111 | 10110110 | 11001 | 110001 |
Color Harmonies of #5D999B
Complementary color
Monochromatic Colors of #5D999B
Black with #5D999B
Text Example
Text Example
White with #5D999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D999B; }
p { color: rgb(93,153,155); }
H1.HeaderClassName
{
color: #5D999B;
}
.AnyTagClassName
{
color: #5D999B;
}
</style>
background-color css
<style>
a { background-color: #5D999B; }
a { background-color: rgb(93,153,155); }
div.DivClassName
{
background-color: #5D999B;
}
.BgClassName
{
background-color: #5D999B;
}
</style>
border-color css
<style>
span { border-color: #5D999B; }
span { border-color: rgb(93,153,155); }
td.TdClassName
{
border-color: #5D999B;
}
.TagClassName
{
border-color: #5D999B;
}
</style>