Shades of Cadet Blue #57989A
Tints of Cadet Blue #57989A
RGB
CMYK
RGB Variations
Color information
#57989A (or 0x57989A) is known color: Cadet Blue. HEX triplet: 57, 98 and 9A. RGB value is (87,152,154). Sum of RGB (Red+Green+Blue) = 87+152+154=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #57989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57989A is #A86765. Grayscale: #848484. Windows color (decimal): -11036518 or 10131543. OLE color: 10131543.
HSL color Cylindrical-coordinate representation of color #57989A: hue angle of 181.79º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57989A is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 152 | 154 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.40 |
| HSL | 181.79º | 0.28% | 0.47% | - |
| HSV(B) | 181.79º | 0.44% | 0.6% | - |
| XYZ | 20.99 | 26.82 | 34.64 | - |
| YUV | 132.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 152 | 154 | 0.44 | 0.01 | 0 | 0.40 | 181.79 | 0.28 | 0.47 |
| Hex | 57 | 98 | 9A | 2C | 1 | 0 | 28 | B6 | 1C | 2F |
| Octal | 127 | 230 | 232 | 54 | 1 | 0 | 50 | 266 | 34 | 57 |
| Binary | 1010111 | 10011000 | 10011010 | 101100 | 1 | 0 | 101000 | 10110110 | 11100 | 101111 |
Color Harmonies of #57989A
Complementary color
Monochromatic Colors of #57989A
Black with #57989A
Text Example
Text Example
White with #57989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57989A; }
p { color: rgb(87,152,154); }
H1.HeaderClassName
{
color: #57989A;
}
.AnyTagClassName
{
color: #57989A;
}
</style>
background-color css
<style>
a { background-color: #57989A; }
a { background-color: rgb(87,152,154); }
div.DivClassName
{
background-color: #57989A;
}
.BgClassName
{
background-color: #57989A;
}
</style>
border-color css
<style>
span { border-color: #57989A; }
span { border-color: rgb(87,152,154); }
td.TdClassName
{
border-color: #57989A;
}
.TagClassName
{
border-color: #57989A;
}
</style>