Shades of Cadet Blue #54999C
Tints of Cadet Blue #54999C
RGB
CMYK
RGB Variations
Color information
#54999C (or 0x54999C) is known color: Cadet Blue. HEX triplet: 54, 99 and 9C. RGB value is (84,153,156). Sum of RGB (Red+Green+Blue) = 84+153+156=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #54999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54999C is #AB6663. Grayscale: #848484. Windows color (decimal): -11232868 or 10262868. OLE color: 10262868.
HSL color Cylindrical-coordinate representation of color #54999C: hue angle of 182.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54999C is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 153 | 156 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.39 |
| HSL | 182.5º | 0.3% | 0.47% | - |
| HSV(B) | 182.5º | 0.46% | 0.61% | - |
| XYZ | 21.05 | 27.07 | 35.57 | - |
| YUV | 132.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 156 | 0.46 | 0.02 | 0 | 0.39 | 182.5 | 0.3 | 0.47 |
| Hex | 54 | 99 | 9C | 2E | 2 | 0 | 27 | B6 | 1E | 2F |
| Octal | 124 | 231 | 234 | 56 | 2 | 0 | 47 | 266 | 36 | 57 |
| Binary | 1010100 | 10011001 | 10011100 | 101110 | 10 | 0 | 100111 | 10110110 | 11110 | 101111 |
Color Harmonies of #54999C
Complementary color
Monochromatic Colors of #54999C
Black with #54999C
Text Example
Text Example
White with #54999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54999C; }
p { color: rgb(84,153,156); }
H1.HeaderClassName
{
color: #54999C;
}
.AnyTagClassName
{
color: #54999C;
}
</style>
background-color css
<style>
a { background-color: #54999C; }
a { background-color: rgb(84,153,156); }
div.DivClassName
{
background-color: #54999C;
}
.BgClassName
{
background-color: #54999C;
}
</style>
border-color css
<style>
span { border-color: #54999C; }
span { border-color: rgb(84,153,156); }
td.TdClassName
{
border-color: #54999C;
}
.TagClassName
{
border-color: #54999C;
}
</style>