Shades of Cadet Blue #5BA7AA
Tints of Cadet Blue #5BA7AA
RGB
CMYK
RGB Variations
Color information
#5BA7AA (or 0x5BA7AA) is known color: Cadet Blue. HEX triplet: 5B, A7 and AA. RGB value is (91,167,170). Sum of RGB (Red+Green+Blue) = 91+167+170=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #5BA7AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA7AA is #A45855. Grayscale: #909090. Windows color (decimal): -10770518 or 11183963. OLE color: 11183963.
HSL color Cylindrical-coordinate representation of color #5BA7AA: hue angle of 182.28º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA7AA is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 167 | 170 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.33 |
| HSL | 182.28º | 0.32% | 0.51% | - |
| HSV(B) | 182.28º | 0.46% | 0.67% | - |
| XYZ | 25.39 | 32.76 | 43.02 | - |
| YUV | 144.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 170 | 0.46 | 0.02 | 0 | 0.33 | 182.28 | 0.32 | 0.51 |
| Hex | 5B | A7 | AA | 2E | 2 | 0 | 21 | B6 | 20 | 33 |
| Octal | 133 | 247 | 252 | 56 | 2 | 0 | 41 | 266 | 40 | 63 |
| Binary | 1011011 | 10100111 | 10101010 | 101110 | 10 | 0 | 100001 | 10110110 | 100000 | 110011 |
Color Harmonies of #5BA7AA
Complementary color
Monochromatic Colors of #5BA7AA
Black with #5BA7AA
Text Example
Text Example
White with #5BA7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA7AA; }
p { color: rgb(91,167,170); }
H1.HeaderClassName
{
color: #5BA7AA;
}
.AnyTagClassName
{
color: #5BA7AA;
}
</style>
background-color css
<style>
a { background-color: #5BA7AA; }
a { background-color: rgb(91,167,170); }
div.DivClassName
{
background-color: #5BA7AA;
}
.BgClassName
{
background-color: #5BA7AA;
}
</style>
border-color css
<style>
span { border-color: #5BA7AA; }
span { border-color: rgb(91,167,170); }
td.TdClassName
{
border-color: #5BA7AA;
}
.TagClassName
{
border-color: #5BA7AA;
}
</style>