Shades of Malibu #55ADE3
Tints of Malibu #55ADE3
RGB
CMYK
RGB Variations
Color information
#55ADE3 (or 0x55ADE3) is known color: Malibu. HEX triplet: 55, AD and E3. RGB value is (85,173,227). Sum of RGB (Red+Green+Blue) = 85+173+227=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #55ADE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADE3 is #AA521C. Grayscale: #989898. Windows color (decimal): -11162141 or 14921045. OLE color: 14921045.
HSL color Cylindrical-coordinate representation of color #55ADE3: hue angle of 202.82º degrees, saturation: 0.72, 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 #55ADE3 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 173 | 227 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.11 |
| HSL | 202.82º | 0.72% | 0.61% | - |
| HSV(B) | 202.82º | 0.63% | 0.89% | - |
| XYZ | 32.56 | 37.36 | 78.17 | - |
| YUV | 152.84 | 169.85 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 227 | 0.63 | 0.24 | 0 | 0.11 | 202.82 | 0.72 | 0.61 |
| Hex | 55 | AD | E3 | 3F | 18 | 0 | B | CB | 48 | 3D |
| Octal | 125 | 255 | 343 | 77 | 30 | 0 | 13 | 313 | 110 | 75 |
| Binary | 1010101 | 10101101 | 11100011 | 111111 | 11000 | 0 | 1011 | 11001011 | 1001000 | 111101 |
Color Harmonies of #55ADE3
Complementary color
Monochromatic Colors of #55ADE3
Black with #55ADE3
Text Example
Text Example
White with #55ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADE3; }
p { color: rgb(85,173,227); }
H1.HeaderClassName
{
color: #55ADE3;
}
.AnyTagClassName
{
color: #55ADE3;
}
</style>
background-color css
<style>
a { background-color: #55ADE3; }
a { background-color: rgb(85,173,227); }
div.DivClassName
{
background-color: #55ADE3;
}
.BgClassName
{
background-color: #55ADE3;
}
</style>
border-color css
<style>
span { border-color: #55ADE3; }
span { border-color: rgb(85,173,227); }
td.TdClassName
{
border-color: #55ADE3;
}
.TagClassName
{
border-color: #55ADE3;
}
</style>