Shades of Malibu #5DAEE0
Tints of Malibu #5DAEE0
RGB
CMYK
RGB Variations
Color information
#5DAEE0 (or 0x5DAEE0) is known color: Malibu. HEX triplet: 5D, AE and E0. RGB value is (93,174,224). Sum of RGB (Red+Green+Blue) = 93+174+224=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #5DAEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAEE0 is #A2511F. Grayscale: #9B9B9B. Windows color (decimal): -10637600 or 14724701. OLE color: 14724701.
HSL color Cylindrical-coordinate representation of color #5DAEE0: hue angle of 202.9º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DAEE0 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 174 | 224 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.12 |
| HSL | 202.9º | 0.68% | 0.62% | - |
| HSV(B) | 202.9º | 0.58% | 0.88% | - |
| XYZ | 33.1 | 37.98 | 76.11 | - |
| YUV | 155.48 | 166.66 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 224 | 0.58 | 0.22 | 0 | 0.12 | 202.9 | 0.68 | 0.62 |
| Hex | 5D | AE | E0 | 3A | 16 | 0 | C | CB | 44 | 3E |
| Octal | 135 | 256 | 340 | 72 | 26 | 0 | 14 | 313 | 104 | 76 |
| Binary | 1011101 | 10101110 | 11100000 | 111010 | 10110 | 0 | 1100 | 11001011 | 1000100 | 111110 |
Color Harmonies of #5DAEE0
Complementary color
Monochromatic Colors of #5DAEE0
Black with #5DAEE0
Text Example
Text Example
White with #5DAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAEE0; }
p { color: rgb(93,174,224); }
H1.HeaderClassName
{
color: #5DAEE0;
}
.AnyTagClassName
{
color: #5DAEE0;
}
</style>
background-color css
<style>
a { background-color: #5DAEE0; }
a { background-color: rgb(93,174,224); }
div.DivClassName
{
background-color: #5DAEE0;
}
.BgClassName
{
background-color: #5DAEE0;
}
</style>
border-color css
<style>
span { border-color: #5DAEE0; }
span { border-color: rgb(93,174,224); }
td.TdClassName
{
border-color: #5DAEE0;
}
.TagClassName
{
border-color: #5DAEE0;
}
</style>