Shades of Cadet Blue #5A9897
Tints of Cadet Blue #5A9897
RGB
CMYK
RGB Variations
Color information
#5A9897 (or 0x5A9897) is known color: Cadet Blue. HEX triplet: 5A, 98 and 97. RGB value is (90,152,151). Sum of RGB (Red+Green+Blue) = 90+152+151=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #5A9897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9897 is #A56768. Grayscale: #858585. Windows color (decimal): -10839913 or 9934938. OLE color: 9934938.
HSL color Cylindrical-coordinate representation of color #5A9897: hue angle of 179.03º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A9897 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 152 | 151 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.40 |
| HSL | 179.03º | 0.26% | 0.47% | - |
| HSV(B) | 179.03º | 0.41% | 0.6% | - |
| XYZ | 21.03 | 26.86 | 33.36 | - |
| YUV | 133.35 | 137.96 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 152 | 151 | 0.41 | 0 | 0.01 | 0.40 | 179.03 | 0.26 | 0.47 |
| Hex | 5A | 98 | 97 | 29 | 0 | 1 | 28 | B3 | 1A | 2F |
| Octal | 132 | 230 | 227 | 51 | 0 | 1 | 50 | 263 | 32 | 57 |
| Binary | 1011010 | 10011000 | 10010111 | 101001 | 0 | 1 | 101000 | 10110011 | 11010 | 101111 |
Color Harmonies of #5A9897
Complementary color
Monochromatic Colors of #5A9897
Black with #5A9897
Text Example
Text Example
White with #5A9897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9897; }
p { color: rgb(90,152,151); }
H1.HeaderClassName
{
color: #5A9897;
}
.AnyTagClassName
{
color: #5A9897;
}
</style>
background-color css
<style>
a { background-color: #5A9897; }
a { background-color: rgb(90,152,151); }
div.DivClassName
{
background-color: #5A9897;
}
.BgClassName
{
background-color: #5A9897;
}
</style>
border-color css
<style>
span { border-color: #5A9897; }
span { border-color: rgb(90,152,151); }
td.TdClassName
{
border-color: #5A9897;
}
.TagClassName
{
border-color: #5A9897;
}
</style>