Shades of Cadet Blue #5D9A9B
Tints of Cadet Blue #5D9A9B
RGB
CMYK
RGB Variations
Color information
#5D9A9B (or 0x5D9A9B) is known color: Cadet Blue. HEX triplet: 5D, 9A and 9B. RGB value is (93,154,155). Sum of RGB (Red+Green+Blue) = 93+154+155=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D9A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9A9B is #A26564. Grayscale: #878787. Windows color (decimal): -10642789 or 10197597. OLE color: 10197597.
HSL color Cylindrical-coordinate representation of color #5D9A9B: hue angle of 180.97º 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 #5D9A9B is Cyan = 0.4, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 154 | 155 | - |
| CMYK | 0.4 | 0.01 | 0 | 0.39 |
| HSL | 180.97º | 0.25% | 0.49% | - |
| HSV(B) | 180.97º | 0.4% | 0.61% | - |
| XYZ | 21.99 | 27.8 | 35.22 | - |
| YUV | 135.88 | 138.79 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 155 | 0.4 | 0.01 | 0 | 0.39 | 180.97 | 0.25 | 0.49 |
| Hex | 5D | 9A | 9B | 28 | 1 | 0 | 27 | B5 | 19 | 31 |
| Octal | 135 | 232 | 233 | 50 | 1 | 0 | 47 | 265 | 31 | 61 |
| Binary | 1011101 | 10011010 | 10011011 | 101000 | 1 | 0 | 100111 | 10110101 | 11001 | 110001 |
Color Harmonies of #5D9A9B
Complementary color
Monochromatic Colors of #5D9A9B
Black with #5D9A9B
Text Example
Text Example
White with #5D9A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9A9B; }
p { color: rgb(93,154,155); }
H1.HeaderClassName
{
color: #5D9A9B;
}
.AnyTagClassName
{
color: #5D9A9B;
}
</style>
background-color css
<style>
a { background-color: #5D9A9B; }
a { background-color: rgb(93,154,155); }
div.DivClassName
{
background-color: #5D9A9B;
}
.BgClassName
{
background-color: #5D9A9B;
}
</style>
border-color css
<style>
span { border-color: #5D9A9B; }
span { border-color: rgb(93,154,155); }
td.TdClassName
{
border-color: #5D9A9B;
}
.TagClassName
{
border-color: #5D9A9B;
}
</style>