Shades of Malibu #55ADE4
Tints of Malibu #55ADE4
RGB
CMYK
RGB Variations
Color information
#55ADE4 (or 0x55ADE4) is known color: Malibu. HEX triplet: 55, AD and E4. RGB value is (85,173,228). Sum of RGB (Red+Green+Blue) = 85+173+228=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #55ADE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADE4 is #AA521B. Grayscale: #989898. Windows color (decimal): -11162140 or 14986581. OLE color: 14986581.
HSL color Cylindrical-coordinate representation of color #55ADE4: hue angle of 203.08º 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 #55ADE4 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 173 | 228 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.11 |
| HSL | 203.08º | 0.73% | 0.61% | - |
| HSV(B) | 203.08º | 0.63% | 0.89% | - |
| XYZ | 32.69 | 37.42 | 78.9 | - |
| YUV | 152.96 | 170.35 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 228 | 0.63 | 0.24 | 0 | 0.11 | 203.08 | 0.73 | 0.61 |
| Hex | 55 | AD | E4 | 3F | 18 | 0 | B | CB | 49 | 3D |
| Octal | 125 | 255 | 344 | 77 | 30 | 0 | 13 | 313 | 111 | 75 |
| Binary | 1010101 | 10101101 | 11100100 | 111111 | 11000 | 0 | 1011 | 11001011 | 1001001 | 111101 |
Color Harmonies of #55ADE4
Complementary color
Monochromatic Colors of #55ADE4
Black with #55ADE4
Text Example
Text Example
White with #55ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADE4; }
p { color: rgb(85,173,228); }
H1.HeaderClassName
{
color: #55ADE4;
}
.AnyTagClassName
{
color: #55ADE4;
}
</style>
background-color css
<style>
a { background-color: #55ADE4; }
a { background-color: rgb(85,173,228); }
div.DivClassName
{
background-color: #55ADE4;
}
.BgClassName
{
background-color: #55ADE4;
}
</style>
border-color css
<style>
span { border-color: #55ADE4; }
span { border-color: rgb(85,173,228); }
td.TdClassName
{
border-color: #55ADE4;
}
.TagClassName
{
border-color: #55ADE4;
}
</style>