Shades of Malibu #54B5E2
Tints of Malibu #54B5E2
RGB
CMYK
RGB Variations
Color information
#54B5E2 (or 0x54B5E2) is known color: Malibu. HEX triplet: 54, B5 and E2. RGB value is (84,181,226). Sum of RGB (Red+Green+Blue) = 84+181+226=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 226 - color contains mainly: blue. Hex color #54B5E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B5E2 is #AB4A1D. Grayscale: #9C9C9C. Windows color (decimal): -11225630 or 14857556. OLE color: 14857556.
HSL color Cylindrical-coordinate representation of color #54B5E2: hue angle of 199.01º degrees, saturation: 0.71, 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 #54B5E2 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 181 | 226 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.11 |
| HSL | 199.01º | 0.71% | 0.61% | - |
| HSV(B) | 199.01º | 0.63% | 0.89% | - |
| XYZ | 33.91 | 40.42 | 77.97 | - |
| YUV | 157.13 | 166.86 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 226 | 0.63 | 0.20 | 0 | 0.11 | 199.01 | 0.71 | 0.61 |
| Hex | 54 | B5 | E2 | 3F | 14 | 0 | B | C7 | 47 | 3D |
| Octal | 124 | 265 | 342 | 77 | 24 | 0 | 13 | 307 | 107 | 75 |
| Binary | 1010100 | 10110101 | 11100010 | 111111 | 10100 | 0 | 1011 | 11000111 | 1000111 | 111101 |
Color Harmonies of #54B5E2
Complementary color
Monochromatic Colors of #54B5E2
Black with #54B5E2
Text Example
Text Example
White with #54B5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B5E2; }
p { color: rgb(84,181,226); }
H1.HeaderClassName
{
color: #54B5E2;
}
.AnyTagClassName
{
color: #54B5E2;
}
</style>
background-color css
<style>
a { background-color: #54B5E2; }
a { background-color: rgb(84,181,226); }
div.DivClassName
{
background-color: #54B5E2;
}
.BgClassName
{
background-color: #54B5E2;
}
</style>
border-color css
<style>
span { border-color: #54B5E2; }
span { border-color: rgb(84,181,226); }
td.TdClassName
{
border-color: #54B5E2;
}
.TagClassName
{
border-color: #54B5E2;
}
</style>