Shades of Malibu #54C5E0
Tints of Malibu #54C5E0
RGB
CMYK
RGB Variations
Color information
#54C5E0 (or 0x54C5E0) is known color: Malibu. HEX triplet: 54, C5 and E0. RGB value is (84,197,224). Sum of RGB (Red+Green+Blue) = 84+197+224=505 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.63% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #54C5E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C5E0 is #AB3A1F. Grayscale: #A6A6A6. Windows color (decimal): -11221536 or 14730580. OLE color: 14730580.
HSL color Cylindrical-coordinate representation of color #54C5E0: hue angle of 191.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54C5E0 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 197 | 224 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.12 |
| HSL | 191.57º | 0.69% | 0.6% | - |
| HSV(B) | 191.57º | 0.63% | 0.88% | - |
| XYZ | 37.08 | 47.2 | 77.68 | - |
| YUV | 166.29 | 160.56 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 197 | 224 | 0.62 | 0.12 | 0 | 0.12 | 191.57 | 0.69 | 0.6 |
| Hex | 54 | C5 | E0 | 3E | C | 0 | C | C0 | 45 | 3C |
| Octal | 124 | 305 | 340 | 76 | 14 | 0 | 14 | 300 | 105 | 74 |
| Binary | 1010100 | 11000101 | 11100000 | 111110 | 1100 | 0 | 1100 | 11000000 | 1000101 | 111100 |
Color Harmonies of #54C5E0
Complementary color
Monochromatic Colors of #54C5E0
Black with #54C5E0
Text Example
Text Example
White with #54C5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C5E0; }
p { color: rgb(84,197,224); }
H1.HeaderClassName
{
color: #54C5E0;
}
.AnyTagClassName
{
color: #54C5E0;
}
</style>
background-color css
<style>
a { background-color: #54C5E0; }
a { background-color: rgb(84,197,224); }
div.DivClassName
{
background-color: #54C5E0;
}
.BgClassName
{
background-color: #54C5E0;
}
</style>
border-color css
<style>
span { border-color: #54C5E0; }
span { border-color: rgb(84,197,224); }
td.TdClassName
{
border-color: #54C5E0;
}
.TagClassName
{
border-color: #54C5E0;
}
</style>