Shades of Malibu #54B5DC
Tints of Malibu #54B5DC
RGB
CMYK
RGB Variations
Color information
#54B5DC (or 0x54B5DC) is known color: Malibu. HEX triplet: 54, B5 and DC. RGB value is (84,181,220). Sum of RGB (Red+Green+Blue) = 84+181+220=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #54B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B5DC is #AB4A23. Grayscale: #9C9C9C. Windows color (decimal): -11225636 or 14464340. OLE color: 14464340.
HSL color Cylindrical-coordinate representation of color #54B5DC: hue angle of 197.21º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54B5DC is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 181 | 220 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.14 |
| HSL | 197.21º | 0.66% | 0.6% | - |
| HSV(B) | 197.21º | 0.62% | 0.86% | - |
| XYZ | 33.1 | 40.1 | 73.71 | - |
| YUV | 156.44 | 163.86 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 220 | 0.62 | 0.18 | 0 | 0.14 | 197.21 | 0.66 | 0.6 |
| Hex | 54 | B5 | DC | 3E | 12 | 0 | E | C5 | 42 | 3C |
| Octal | 124 | 265 | 334 | 76 | 22 | 0 | 16 | 305 | 102 | 74 |
| Binary | 1010100 | 10110101 | 11011100 | 111110 | 10010 | 0 | 1110 | 11000101 | 1000010 | 111100 |
Color Harmonies of #54B5DC
Complementary color
Monochromatic Colors of #54B5DC
Black with #54B5DC
Text Example
Text Example
White with #54B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B5DC; }
p { color: rgb(84,181,220); }
H1.HeaderClassName
{
color: #54B5DC;
}
.AnyTagClassName
{
color: #54B5DC;
}
</style>
background-color css
<style>
a { background-color: #54B5DC; }
a { background-color: rgb(84,181,220); }
div.DivClassName
{
background-color: #54B5DC;
}
.BgClassName
{
background-color: #54B5DC;
}
</style>
border-color css
<style>
span { border-color: #54B5DC; }
span { border-color: rgb(84,181,220); }
td.TdClassName
{
border-color: #54B5DC;
}
.TagClassName
{
border-color: #54B5DC;
}
</style>