Shades of Cadet Blue #569BA1
Tints of Cadet Blue #569BA1
RGB
CMYK
RGB Variations
Color information
#569BA1 (or 0x569BA1) is known color: Cadet Blue. HEX triplet: 56, 9B and A1. RGB value is (86,155,161). Sum of RGB (Red+Green+Blue) = 86+155+161=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 161 - color contains mainly: blue. Hex color #569BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569BA1 is #A9645E. Grayscale: #868686. Windows color (decimal): -11101279 or 10591062. OLE color: 10591062.
HSL color Cylindrical-coordinate representation of color #569BA1: hue angle of 184.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #569BA1 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 155 | 161 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.37 |
| HSL | 184.8º | 0.3% | 0.48% | - |
| HSV(B) | 184.8º | 0.47% | 0.63% | - |
| XYZ | 21.99 | 27.99 | 37.96 | - |
| YUV | 135.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 155 | 161 | 0.47 | 0.04 | 0 | 0.37 | 184.8 | 0.3 | 0.48 |
| Hex | 56 | 9B | A1 | 2F | 4 | 0 | 25 | B9 | 1E | 30 |
| Octal | 126 | 233 | 241 | 57 | 4 | 0 | 45 | 271 | 36 | 60 |
| Binary | 1010110 | 10011011 | 10100001 | 101111 | 100 | 0 | 100101 | 10111001 | 11110 | 110000 |
Color Harmonies of #569BA1
Complementary color
Monochromatic Colors of #569BA1
Black with #569BA1
Text Example
Text Example
White with #569BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569BA1; }
p { color: rgb(86,155,161); }
H1.HeaderClassName
{
color: #569BA1;
}
.AnyTagClassName
{
color: #569BA1;
}
</style>
background-color css
<style>
a { background-color: #569BA1; }
a { background-color: rgb(86,155,161); }
div.DivClassName
{
background-color: #569BA1;
}
.BgClassName
{
background-color: #569BA1;
}
</style>
border-color css
<style>
span { border-color: #569BA1; }
span { border-color: rgb(86,155,161); }
td.TdClassName
{
border-color: #569BA1;
}
.TagClassName
{
border-color: #569BA1;
}
</style>