Shades of Cadet Blue #5D9D9C
Tints of Cadet Blue #5D9D9C
RGB
CMYK
RGB Variations
Color information
#5D9D9C (or 0x5D9D9C) is known color: Cadet Blue. HEX triplet: 5D, 9D and 9C. RGB value is (93,157,156). Sum of RGB (Red+Green+Blue) = 93+157+156=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #5D9D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9D9C is #A26263. Grayscale: #898989. Windows color (decimal): -10642020 or 10263901. OLE color: 10263901.
HSL color Cylindrical-coordinate representation of color #5D9D9C: hue angle of 179.06º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D9D9C is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 157 | 156 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.38 |
| HSL | 179.06º | 0.26% | 0.49% | - |
| HSV(B) | 179.06º | 0.41% | 0.62% | - |
| XYZ | 22.57 | 28.84 | 35.83 | - |
| YUV | 137.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 157 | 156 | 0.41 | 0 | 0.01 | 0.38 | 179.06 | 0.26 | 0.49 |
| Hex | 5D | 9D | 9C | 29 | 0 | 1 | 26 | B3 | 1A | 31 |
| Octal | 135 | 235 | 234 | 51 | 0 | 1 | 46 | 263 | 32 | 61 |
| Binary | 1011101 | 10011101 | 10011100 | 101001 | 0 | 1 | 100110 | 10110011 | 11010 | 110001 |
Color Harmonies of #5D9D9C
Complementary color
Monochromatic Colors of #5D9D9C
Black with #5D9D9C
Text Example
Text Example
White with #5D9D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9D9C; }
p { color: rgb(93,157,156); }
H1.HeaderClassName
{
color: #5D9D9C;
}
.AnyTagClassName
{
color: #5D9D9C;
}
</style>
background-color css
<style>
a { background-color: #5D9D9C; }
a { background-color: rgb(93,157,156); }
div.DivClassName
{
background-color: #5D9D9C;
}
.BgClassName
{
background-color: #5D9D9C;
}
</style>
border-color css
<style>
span { border-color: #5D9D9C; }
span { border-color: rgb(93,157,156); }
td.TdClassName
{
border-color: #5D9D9C;
}
.TagClassName
{
border-color: #5D9D9C;
}
</style>