Shades of Malibu #54B0DB
Tints of Malibu #54B0DB
RGB
CMYK
RGB Variations
Color information
#54B0DB (or 0x54B0DB) is known color: Malibu. HEX triplet: 54, B0 and DB. RGB value is (84,176,219). Sum of RGB (Red+Green+Blue) = 84+176+219=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #54B0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B0DB is #AB4F24. Grayscale: #999999. Windows color (decimal): -11226917 or 14397524. OLE color: 14397524.
HSL color Cylindrical-coordinate representation of color #54B0DB: hue angle of 199.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54B0DB is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 176 | 219 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.14 |
| HSL | 199.11º | 0.65% | 0.59% | - |
| HSV(B) | 199.11º | 0.62% | 0.86% | - |
| XYZ | 31.97 | 38.05 | 72.68 | - |
| YUV | 153.39 | 165.02 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 176 | 219 | 0.62 | 0.20 | 0 | 0.14 | 199.11 | 0.65 | 0.59 |
| Hex | 54 | B0 | DB | 3E | 14 | 0 | E | C7 | 41 | 3B |
| Octal | 124 | 260 | 333 | 76 | 24 | 0 | 16 | 307 | 101 | 73 |
| Binary | 1010100 | 10110000 | 11011011 | 111110 | 10100 | 0 | 1110 | 11000111 | 1000001 | 111011 |
Color Harmonies of #54B0DB
Complementary color
Monochromatic Colors of #54B0DB
Black with #54B0DB
Text Example
Text Example
White with #54B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B0DB; }
p { color: rgb(84,176,219); }
H1.HeaderClassName
{
color: #54B0DB;
}
.AnyTagClassName
{
color: #54B0DB;
}
</style>
background-color css
<style>
a { background-color: #54B0DB; }
a { background-color: rgb(84,176,219); }
div.DivClassName
{
background-color: #54B0DB;
}
.BgClassName
{
background-color: #54B0DB;
}
</style>
border-color css
<style>
span { border-color: #54B0DB; }
span { border-color: rgb(84,176,219); }
td.TdClassName
{
border-color: #54B0DB;
}
.TagClassName
{
border-color: #54B0DB;
}
</style>