Shades of Malibu #54B5E4
Tints of Malibu #54B5E4
RGB
CMYK
RGB Variations
Color information
#54B5E4 (or 0x54B5E4) is known color: Malibu. HEX triplet: 54, B5 and E4. RGB value is (84,181,228). Sum of RGB (Red+Green+Blue) = 84+181+228=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #54B5E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B5E4 is #AB4A1B. Grayscale: #9D9D9D. Windows color (decimal): -11225628 or 14988628. OLE color: 14988628.
HSL color Cylindrical-coordinate representation of color #54B5E4: hue angle of 199.58º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54B5E4 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 84 | 181 | 228 | - |
CMYK | 0.63 | 0.21 | 0 | 0.11 |
HSL | 199.58º | 0.73% | 0.61% | - |
HSV(B) | 199.58º | 0.63% | 0.89% | - |
XYZ | 34.18 | 40.53 | 79.42 | - |
YUV | 157.36 | 167.86 | 75.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 84 | 181 | 228 | 0.63 | 0.21 | 0 | 0.11 | 199.58 | 0.73 | 0.61 |
Hex | 54 | B5 | E4 | 3F | 15 | 0 | B | C8 | 49 | 3D |
Octal | 124 | 265 | 344 | 77 | 25 | 0 | 13 | 310 | 111 | 75 |
Binary | 1010100 | 10110101 | 11100100 | 111111 | 10101 | 0 | 1011 | 11001000 | 1001001 | 111101 |
Color Harmonies of #54B5E4
Complementary color
Monochromatic Colors of #54B5E4
Black with #54B5E4
Text Example
Text Example
White with #54B5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B5E4; }
p { color: rgb(84,181,228); }
H1.HeaderClassName
{
color: #54B5E4;
}
.AnyTagClassName
{
color: #54B5E4;
}
</style>
background-color css
<style>
a { background-color: #54B5E4; }
a { background-color: rgb(84,181,228); }
div.DivClassName
{
background-color: #54B5E4;
}
.BgClassName
{
background-color: #54B5E4;
}
</style>
border-color css
<style>
span { border-color: #54B5E4; }
span { border-color: rgb(84,181,228); }
td.TdClassName
{
border-color: #54B5E4;
}
.TagClassName
{
border-color: #54B5E4;
}
</style>