Shades of Cadet Blue #5D9B94
Tints of Cadet Blue #5D9B94
RGB
CMYK
RGB Variations
Color information
#5D9B94 (or 0x5D9B94) is known color: Cadet Blue. HEX triplet: 5D, 9B and 94. RGB value is (93,155,148). Sum of RGB (Red+Green+Blue) = 93+155+148=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 155 - color contains mainly: green. Hex color #5D9B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9B94 is #A2646B. Grayscale: #878787. Windows color (decimal): -10642540 or 9739101. OLE color: 9739101.
HSL color Cylindrical-coordinate representation of color #5D9B94: hue angle of 173.23º 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 #5D9B94 is Cyan = 0.4, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 155 | 148 | - |
| CMYK | 0.4 | 0 | 0.05 | 0.39 |
| HSL | 173.23º | 0.25% | 0.49% | - |
| HSV(B) | 173.23º | 0.4% | 0.61% | - |
| XYZ | 21.58 | 27.91 | 32.27 | - |
| YUV | 135.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 155 | 148 | 0.4 | 0 | 0.05 | 0.39 | 173.23 | 0.25 | 0.49 |
| Hex | 5D | 9B | 94 | 28 | 0 | 5 | 27 | AD | 19 | 31 |
| Octal | 135 | 233 | 224 | 50 | 0 | 5 | 47 | 255 | 31 | 61 |
| Binary | 1011101 | 10011011 | 10010100 | 101000 | 0 | 101 | 100111 | 10101101 | 11001 | 110001 |
Color Harmonies of #5D9B94
Complementary color
Monochromatic Colors of #5D9B94
Black with #5D9B94
Text Example
Text Example
White with #5D9B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9B94; }
p { color: rgb(93,155,148); }
H1.HeaderClassName
{
color: #5D9B94;
}
.AnyTagClassName
{
color: #5D9B94;
}
</style>
background-color css
<style>
a { background-color: #5D9B94; }
a { background-color: rgb(93,155,148); }
div.DivClassName
{
background-color: #5D9B94;
}
.BgClassName
{
background-color: #5D9B94;
}
</style>
border-color css
<style>
span { border-color: #5D9B94; }
span { border-color: rgb(93,155,148); }
td.TdClassName
{
border-color: #5D9B94;
}
.TagClassName
{
border-color: #5D9B94;
}
</style>