Shades of Cadet Blue #5BA1A2
Tints of Cadet Blue #5BA1A2
RGB
CMYK
RGB Variations
Color information
#5BA1A2 (or 0x5BA1A2) is known color: Cadet Blue. HEX triplet: 5B, A1 and A2. RGB value is (91,161,162). Sum of RGB (Red+Green+Blue) = 91+161+162=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 162 - color contains mainly: blue. Hex color #5BA1A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA1A2 is #A45E5D. Grayscale: #8C8C8C. Windows color (decimal): -10772062 or 10658139. OLE color: 10658139.
HSL color Cylindrical-coordinate representation of color #5BA1A2: hue angle of 180.85º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA1A2 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 161 | 162 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.36 |
| HSL | 180.85º | 0.28% | 0.5% | - |
| HSV(B) | 180.85º | 0.44% | 0.64% | - |
| XYZ | 23.58 | 30.32 | 38.79 | - |
| YUV | 140.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 162 | 0.44 | 0.01 | 0 | 0.36 | 180.85 | 0.28 | 0.5 |
| Hex | 5B | A1 | A2 | 2C | 1 | 0 | 24 | B5 | 1C | 32 |
| Octal | 133 | 241 | 242 | 54 | 1 | 0 | 44 | 265 | 34 | 62 |
| Binary | 1011011 | 10100001 | 10100010 | 101100 | 1 | 0 | 100100 | 10110101 | 11100 | 110010 |
Color Harmonies of #5BA1A2
Complementary color
Monochromatic Colors of #5BA1A2
Black with #5BA1A2
Text Example
Text Example
White with #5BA1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA1A2; }
p { color: rgb(91,161,162); }
H1.HeaderClassName
{
color: #5BA1A2;
}
.AnyTagClassName
{
color: #5BA1A2;
}
</style>
background-color css
<style>
a { background-color: #5BA1A2; }
a { background-color: rgb(91,161,162); }
div.DivClassName
{
background-color: #5BA1A2;
}
.BgClassName
{
background-color: #5BA1A2;
}
</style>
border-color css
<style>
span { border-color: #5BA1A2; }
span { border-color: rgb(91,161,162); }
td.TdClassName
{
border-color: #5BA1A2;
}
.TagClassName
{
border-color: #5BA1A2;
}
</style>