Shades of Cadet Blue #549CA4
Tints of Cadet Blue #549CA4
RGB
CMYK
RGB Variations
Color information
#549CA4 (or 0x549CA4) is known color: Cadet Blue. HEX triplet: 54, 9C and A4. RGB value is (84,156,164). Sum of RGB (Red+Green+Blue) = 84+156+164=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 156 (61.33% from 255 or 38.61% 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 #549CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549CA4 is #AB635B. Grayscale: #878787. Windows color (decimal): -11232092 or 10787924. OLE color: 10787924.
HSL color Cylindrical-coordinate representation of color #549CA4: hue angle of 186º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #549CA4 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 156 | 164 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.36 |
| HSL | 186º | 0.32% | 0.49% | - |
| HSV(B) | 186º | 0.49% | 0.64% | - |
| XYZ | 22.25 | 28.34 | 39.42 | - |
| YUV | 135.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 164 | 0.49 | 0.05 | 0 | 0.36 | 186 | 0.32 | 0.49 |
| Hex | 54 | 9C | A4 | 31 | 5 | 0 | 24 | BA | 20 | 31 |
| Octal | 124 | 234 | 244 | 61 | 5 | 0 | 44 | 272 | 40 | 61 |
| Binary | 1010100 | 10011100 | 10100100 | 110001 | 101 | 0 | 100100 | 10111010 | 100000 | 110001 |
Color Harmonies of #549CA4
Complementary color
Monochromatic Colors of #549CA4
Black with #549CA4
Text Example
Text Example
White with #549CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549CA4; }
p { color: rgb(84,156,164); }
H1.HeaderClassName
{
color: #549CA4;
}
.AnyTagClassName
{
color: #549CA4;
}
</style>
background-color css
<style>
a { background-color: #549CA4; }
a { background-color: rgb(84,156,164); }
div.DivClassName
{
background-color: #549CA4;
}
.BgClassName
{
background-color: #549CA4;
}
</style>
border-color css
<style>
span { border-color: #549CA4; }
span { border-color: rgb(84,156,164); }
td.TdClassName
{
border-color: #549CA4;
}
.TagClassName
{
border-color: #549CA4;
}
</style>