Shades of Cadet Blue #569AA4
Tints of Cadet Blue #569AA4
RGB
CMYK
RGB Variations
Color information
#569AA4 (or 0x569AA4) is known color: Cadet Blue. HEX triplet: 56, 9A and A4. RGB value is (86,154,164). Sum of RGB (Red+Green+Blue) = 86+154+164=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #569AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569AA4 is #A9655B. Grayscale: #868686. Windows color (decimal): -11101532 or 10787414. OLE color: 10787414.
HSL color Cylindrical-coordinate representation of color #569AA4: hue angle of 187.69º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #569AA4 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 154 | 164 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.36 |
| HSL | 187.69º | 0.31% | 0.49% | - |
| HSV(B) | 187.69º | 0.48% | 0.64% | - |
| XYZ | 22.09 | 27.77 | 39.32 | - |
| YUV | 134.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 164 | 0.48 | 0.06 | 0 | 0.36 | 187.69 | 0.31 | 0.49 |
| Hex | 56 | 9A | A4 | 30 | 6 | 0 | 24 | BC | 1F | 31 |
| Octal | 126 | 232 | 244 | 60 | 6 | 0 | 44 | 274 | 37 | 61 |
| Binary | 1010110 | 10011010 | 10100100 | 110000 | 110 | 0 | 100100 | 10111100 | 11111 | 110001 |
Color Harmonies of #569AA4
Complementary color
Monochromatic Colors of #569AA4
Black with #569AA4
Text Example
Text Example
White with #569AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569AA4; }
p { color: rgb(86,154,164); }
H1.HeaderClassName
{
color: #569AA4;
}
.AnyTagClassName
{
color: #569AA4;
}
</style>
background-color css
<style>
a { background-color: #569AA4; }
a { background-color: rgb(86,154,164); }
div.DivClassName
{
background-color: #569AA4;
}
.BgClassName
{
background-color: #569AA4;
}
</style>
border-color css
<style>
span { border-color: #569AA4; }
span { border-color: rgb(86,154,164); }
td.TdClassName
{
border-color: #569AA4;
}
.TagClassName
{
border-color: #569AA4;
}
</style>