Shades of Cadet Blue #5A9D9B
Tints of Cadet Blue #5A9D9B
RGB
CMYK
RGB Variations
Color information
#5A9D9B (or 0x5A9D9B) is known color: Cadet Blue. HEX triplet: 5A, 9D and 9B. RGB value is (90,157,155). Sum of RGB (Red+Green+Blue) = 90+157+155=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9D9B is #A56264. Grayscale: #888888. Windows color (decimal): -10838629 or 10198362. OLE color: 10198362.
HSL color Cylindrical-coordinate representation of color #5A9D9B: hue angle of 178.21º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9D9B is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 157 | 155 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.38 |
| HSL | 178.21º | 0.27% | 0.48% | - |
| HSV(B) | 178.21º | 0.43% | 0.62% | - |
| XYZ | 22.19 | 28.65 | 35.37 | - |
| YUV | 136.74 | 138.3 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 157 | 155 | 0.43 | 0 | 0.01 | 0.38 | 178.21 | 0.27 | 0.48 |
| Hex | 5A | 9D | 9B | 2B | 0 | 1 | 26 | B2 | 1B | 30 |
| Octal | 132 | 235 | 233 | 53 | 0 | 1 | 46 | 262 | 33 | 60 |
| Binary | 1011010 | 10011101 | 10011011 | 101011 | 0 | 1 | 100110 | 10110010 | 11011 | 110000 |
Color Harmonies of #5A9D9B
Complementary color
Monochromatic Colors of #5A9D9B
Black with #5A9D9B
Text Example
Text Example
White with #5A9D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9D9B; }
p { color: rgb(90,157,155); }
H1.HeaderClassName
{
color: #5A9D9B;
}
.AnyTagClassName
{
color: #5A9D9B;
}
</style>
background-color css
<style>
a { background-color: #5A9D9B; }
a { background-color: rgb(90,157,155); }
div.DivClassName
{
background-color: #5A9D9B;
}
.BgClassName
{
background-color: #5A9D9B;
}
</style>
border-color css
<style>
span { border-color: #5A9D9B; }
span { border-color: rgb(90,157,155); }
td.TdClassName
{
border-color: #5A9D9B;
}
.TagClassName
{
border-color: #5A9D9B;
}
</style>