Shades of Cadet Blue #569AAA
Tints of Cadet Blue #569AAA
RGB
CMYK
RGB Variations
Color information
#569AAA (or 0x569AAA) is known color: Cadet Blue. HEX triplet: 56, 9A and AA. RGB value is (86,154,170). Sum of RGB (Red+Green+Blue) = 86+154+170=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #569AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569AAA is #A96555. Grayscale: #878787. Windows color (decimal): -11101526 or 11180630. OLE color: 11180630.
HSL color Cylindrical-coordinate representation of color #569AAA: hue angle of 191.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #569AAA is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 154 | 170 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.33 |
| HSL | 191.43º | 0.33% | 0.5% | - |
| HSV(B) | 191.43º | 0.49% | 0.67% | - |
| XYZ | 22.65 | 27.99 | 42.24 | - |
| YUV | 135.49 | 147.47 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 170 | 0.49 | 0.09 | 0 | 0.33 | 191.43 | 0.33 | 0.5 |
| Hex | 56 | 9A | AA | 31 | 9 | 0 | 21 | BF | 21 | 32 |
| Octal | 126 | 232 | 252 | 61 | 11 | 0 | 41 | 277 | 41 | 62 |
| Binary | 1010110 | 10011010 | 10101010 | 110001 | 1001 | 0 | 100001 | 10111111 | 100001 | 110010 |
Color Harmonies of #569AAA
Complementary color
Monochromatic Colors of #569AAA
Black with #569AAA
Text Example
Text Example
White with #569AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569AAA; }
p { color: rgb(86,154,170); }
H1.HeaderClassName
{
color: #569AAA;
}
.AnyTagClassName
{
color: #569AAA;
}
</style>
background-color css
<style>
a { background-color: #569AAA; }
a { background-color: rgb(86,154,170); }
div.DivClassName
{
background-color: #569AAA;
}
.BgClassName
{
background-color: #569AAA;
}
</style>
border-color css
<style>
span { border-color: #569AAA; }
span { border-color: rgb(86,154,170); }
td.TdClassName
{
border-color: #569AAA;
}
.TagClassName
{
border-color: #569AAA;
}
</style>