Shades of Cadet Blue #569BA0
Tints of Cadet Blue #569BA0
RGB
CMYK
RGB Variations
Color information
#569BA0 (or 0x569BA0) is known color: Cadet Blue. HEX triplet: 56, 9B and A0. RGB value is (86,155,160). Sum of RGB (Red+Green+Blue) = 86+155+160=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 160 - color contains mainly: blue. Hex color #569BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569BA0 is #A9645F. Grayscale: #868686. Windows color (decimal): -11101280 or 10525526. OLE color: 10525526.
HSL color Cylindrical-coordinate representation of color #569BA0: hue angle of 184.05º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #569BA0 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 155 | 160 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.37 |
| HSL | 184.05º | 0.3% | 0.48% | - |
| HSV(B) | 184.05º | 0.46% | 0.63% | - |
| XYZ | 21.9 | 27.96 | 37.5 | - |
| YUV | 134.94 | 142.14 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 155 | 160 | 0.46 | 0.03 | 0 | 0.37 | 184.05 | 0.3 | 0.48 |
| Hex | 56 | 9B | A0 | 2E | 3 | 0 | 25 | B8 | 1E | 30 |
| Octal | 126 | 233 | 240 | 56 | 3 | 0 | 45 | 270 | 36 | 60 |
| Binary | 1010110 | 10011011 | 10100000 | 101110 | 11 | 0 | 100101 | 10111000 | 11110 | 110000 |
Color Harmonies of #569BA0
Complementary color
Monochromatic Colors of #569BA0
Black with #569BA0
Text Example
Text Example
White with #569BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569BA0; }
p { color: rgb(86,155,160); }
H1.HeaderClassName
{
color: #569BA0;
}
.AnyTagClassName
{
color: #569BA0;
}
</style>
background-color css
<style>
a { background-color: #569BA0; }
a { background-color: rgb(86,155,160); }
div.DivClassName
{
background-color: #569BA0;
}
.BgClassName
{
background-color: #569BA0;
}
</style>
border-color css
<style>
span { border-color: #569BA0; }
span { border-color: rgb(86,155,160); }
td.TdClassName
{
border-color: #569BA0;
}
.TagClassName
{
border-color: #569BA0;
}
</style>