Shades of Cadet Blue #5AA7AA
Tints of Cadet Blue #5AA7AA
RGB
CMYK
RGB Variations
Color information
#5AA7AA (or 0x5AA7AA) is known color: Cadet Blue. HEX triplet: 5A, A7 and AA. RGB value is (90,167,170). Sum of RGB (Red+Green+Blue) = 90+167+170=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #5AA7AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA7AA is #A55855. Grayscale: #909090. Windows color (decimal): -10836054 or 11183962. OLE color: 11183962.
HSL color Cylindrical-coordinate representation of color #5AA7AA: hue angle of 182.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 #5AA7AA is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 167 | 170 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.33 |
| HSL | 182.25º | 0.32% | 0.51% | - |
| HSV(B) | 182.25º | 0.47% | 0.67% | - |
| XYZ | 25.29 | 32.71 | 43.01 | - |
| YUV | 144.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 167 | 170 | 0.47 | 0.02 | 0 | 0.33 | 182.25 | 0.32 | 0.51 |
| Hex | 5A | A7 | AA | 2F | 2 | 0 | 21 | B6 | 20 | 33 |
| Octal | 132 | 247 | 252 | 57 | 2 | 0 | 41 | 266 | 40 | 63 |
| Binary | 1011010 | 10100111 | 10101010 | 101111 | 10 | 0 | 100001 | 10110110 | 100000 | 110011 |
Color Harmonies of #5AA7AA
Complementary color
Monochromatic Colors of #5AA7AA
Black with #5AA7AA
Text Example
Text Example
White with #5AA7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA7AA; }
p { color: rgb(90,167,170); }
H1.HeaderClassName
{
color: #5AA7AA;
}
.AnyTagClassName
{
color: #5AA7AA;
}
</style>
background-color css
<style>
a { background-color: #5AA7AA; }
a { background-color: rgb(90,167,170); }
div.DivClassName
{
background-color: #5AA7AA;
}
.BgClassName
{
background-color: #5AA7AA;
}
</style>
border-color css
<style>
span { border-color: #5AA7AA; }
span { border-color: rgb(90,167,170); }
td.TdClassName
{
border-color: #5AA7AA;
}
.TagClassName
{
border-color: #5AA7AA;
}
</style>