Shades of Cadet Blue #5AAAA5
Tints of Cadet Blue #5AAAA5
RGB
CMYK
RGB Variations
Color information
#5AAAA5 (or 0x5AAAA5) is known color: Cadet Blue. HEX triplet: 5A, AA and A5. RGB value is (90,170,165). Sum of RGB (Red+Green+Blue) = 90+170+165=425 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.18% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAAA5 is #A5555A. Grayscale: #919191. Windows color (decimal): -10835291 or 10857050. OLE color: 10857050.
HSL color Cylindrical-coordinate representation of color #5AAAA5: hue angle of 176.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAAA5 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 165 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.33 |
| HSL | 176.25º | 0.32% | 0.51% | - |
| HSV(B) | 176.25º | 0.47% | 0.67% | - |
| XYZ | 25.38 | 33.64 | 40.75 | - |
| YUV | 145.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 165 | 0.47 | 0 | 0.03 | 0.33 | 176.25 | 0.32 | 0.51 |
| Hex | 5A | AA | A5 | 2F | 0 | 3 | 21 | B0 | 20 | 33 |
| Octal | 132 | 252 | 245 | 57 | 0 | 3 | 41 | 260 | 40 | 63 |
| Binary | 1011010 | 10101010 | 10100101 | 101111 | 0 | 11 | 100001 | 10110000 | 100000 | 110011 |
Color Harmonies of #5AAAA5
Complementary color
Monochromatic Colors of #5AAAA5
Black with #5AAAA5
Text Example
Text Example
White with #5AAAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAAA5; }
p { color: rgb(90,170,165); }
H1.HeaderClassName
{
color: #5AAAA5;
}
.AnyTagClassName
{
color: #5AAAA5;
}
</style>
background-color css
<style>
a { background-color: #5AAAA5; }
a { background-color: rgb(90,170,165); }
div.DivClassName
{
background-color: #5AAAA5;
}
.BgClassName
{
background-color: #5AAAA5;
}
</style>
border-color css
<style>
span { border-color: #5AAAA5; }
span { border-color: rgb(90,170,165); }
td.TdClassName
{
border-color: #5AAAA5;
}
.TagClassName
{
border-color: #5AAAA5;
}
</style>