Shades of Cadet Blue #5BAAA3
Tints of Cadet Blue #5BAAA3
RGB
CMYK
RGB Variations
Color information
#5BAAA3 (or 0x5BAAA3) is known color: Cadet Blue. HEX triplet: 5B, AA and A3. RGB value is (91,170,163). Sum of RGB (Red+Green+Blue) = 91+170+163=424 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.46% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAAA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAAA3 is #A4555C. Grayscale: #919191. Windows color (decimal): -10769757 or 10725979. OLE color: 10725979.
HSL color Cylindrical-coordinate representation of color #5BAAA3: hue angle of 174.68º 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 #5BAAA3 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 163 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.33 |
| HSL | 174.68º | 0.32% | 0.51% | - |
| HSV(B) | 174.68º | 0.46% | 0.67% | - |
| XYZ | 25.3 | 33.62 | 39.81 | - |
| YUV | 145.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 163 | 0.46 | 0 | 0.04 | 0.33 | 174.68 | 0.32 | 0.51 |
| Hex | 5B | AA | A3 | 2E | 0 | 4 | 21 | AF | 20 | 33 |
| Octal | 133 | 252 | 243 | 56 | 0 | 4 | 41 | 257 | 40 | 63 |
| Binary | 1011011 | 10101010 | 10100011 | 101110 | 0 | 100 | 100001 | 10101111 | 100000 | 110011 |
Color Harmonies of #5BAAA3
Complementary color
Monochromatic Colors of #5BAAA3
Black with #5BAAA3
Text Example
Text Example
White with #5BAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAAA3; }
p { color: rgb(91,170,163); }
H1.HeaderClassName
{
color: #5BAAA3;
}
.AnyTagClassName
{
color: #5BAAA3;
}
</style>
background-color css
<style>
a { background-color: #5BAAA3; }
a { background-color: rgb(91,170,163); }
div.DivClassName
{
background-color: #5BAAA3;
}
.BgClassName
{
background-color: #5BAAA3;
}
</style>
border-color css
<style>
span { border-color: #5BAAA3; }
span { border-color: rgb(91,170,163); }
td.TdClassName
{
border-color: #5BAAA3;
}
.TagClassName
{
border-color: #5BAAA3;
}
</style>