Shades of Cadet Blue #5697A4
Tints of Cadet Blue #5697A4
RGB
CMYK
RGB Variations
Color information
#5697A4 (or 0x5697A4) is known color: Cadet Blue. HEX triplet: 56, 97 and A4. RGB value is (86,151,164). Sum of RGB (Red+Green+Blue) = 86+151+164=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #5697A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5697A4 is #A9685B. Grayscale: #848484. Windows color (decimal): -11102300 or 10786646. OLE color: 10786646.
HSL color Cylindrical-coordinate representation of color #5697A4: hue angle of 190º 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 #5697A4 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 151 | 164 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.36 |
| HSL | 190º | 0.31% | 0.49% | - |
| HSV(B) | 190º | 0.48% | 0.64% | - |
| XYZ | 21.61 | 26.79 | 39.15 | - |
| YUV | 133.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 151 | 164 | 0.48 | 0.08 | 0 | 0.36 | 190 | 0.31 | 0.49 |
| Hex | 56 | 97 | A4 | 30 | 8 | 0 | 24 | BE | 1F | 31 |
| Octal | 126 | 227 | 244 | 60 | 10 | 0 | 44 | 276 | 37 | 61 |
| Binary | 1010110 | 10010111 | 10100100 | 110000 | 1000 | 0 | 100100 | 10111110 | 11111 | 110001 |
Color Harmonies of #5697A4
Complementary color
Monochromatic Colors of #5697A4
Black with #5697A4
Text Example
Text Example
White with #5697A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5697A4; }
p { color: rgb(86,151,164); }
H1.HeaderClassName
{
color: #5697A4;
}
.AnyTagClassName
{
color: #5697A4;
}
</style>
background-color css
<style>
a { background-color: #5697A4; }
a { background-color: rgb(86,151,164); }
div.DivClassName
{
background-color: #5697A4;
}
.BgClassName
{
background-color: #5697A4;
}
</style>
border-color css
<style>
span { border-color: #5697A4; }
span { border-color: rgb(86,151,164); }
td.TdClassName
{
border-color: #5697A4;
}
.TagClassName
{
border-color: #5697A4;
}
</style>