Shades of Cadet Blue #5D9B95
Tints of Cadet Blue #5D9B95
RGB
CMYK
RGB Variations
Color information
#5D9B95 (or 0x5D9B95) is known color: Cadet Blue. HEX triplet: 5D, 9B and 95. RGB value is (93,155,149). Sum of RGB (Red+Green+Blue) = 93+155+149=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #5D9B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9B95 is #A2646A. Grayscale: #878787. Windows color (decimal): -10642539 or 9804637. OLE color: 9804637.
HSL color Cylindrical-coordinate representation of color #5D9B95: hue angle of 174.19º 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 #5D9B95 is Cyan = 0.4, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 155 | 149 | - |
| CMYK | 0.4 | 0 | 0.04 | 0.39 |
| HSL | 174.19º | 0.25% | 0.49% | - |
| HSV(B) | 174.19º | 0.4% | 0.61% | - |
| XYZ | 21.66 | 27.94 | 32.69 | - |
| YUV | 135.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 155 | 149 | 0.4 | 0 | 0.04 | 0.39 | 174.19 | 0.25 | 0.49 |
| Hex | 5D | 9B | 95 | 28 | 0 | 4 | 27 | AE | 19 | 31 |
| Octal | 135 | 233 | 225 | 50 | 0 | 4 | 47 | 256 | 31 | 61 |
| Binary | 1011101 | 10011011 | 10010101 | 101000 | 0 | 100 | 100111 | 10101110 | 11001 | 110001 |
Color Harmonies of #5D9B95
Complementary color
Monochromatic Colors of #5D9B95
Black with #5D9B95
Text Example
Text Example
White with #5D9B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9B95; }
p { color: rgb(93,155,149); }
H1.HeaderClassName
{
color: #5D9B95;
}
.AnyTagClassName
{
color: #5D9B95;
}
</style>
background-color css
<style>
a { background-color: #5D9B95; }
a { background-color: rgb(93,155,149); }
div.DivClassName
{
background-color: #5D9B95;
}
.BgClassName
{
background-color: #5D9B95;
}
</style>
border-color css
<style>
span { border-color: #5D9B95; }
span { border-color: rgb(93,155,149); }
td.TdClassName
{
border-color: #5D9B95;
}
.TagClassName
{
border-color: #5D9B95;
}
</style>