Shades of Malibu #5DAEDC
Tints of Malibu #5DAEDC
RGB
CMYK
RGB Variations
Color information
#5DAEDC (or 0x5DAEDC) is known color: Malibu. HEX triplet: 5D, AE and DC. RGB value is (93,174,220). Sum of RGB (Red+Green+Blue) = 93+174+220=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DAEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAEDC is #A25123. Grayscale: #9A9A9A. Windows color (decimal): -10637604 or 14462557. OLE color: 14462557.
HSL color Cylindrical-coordinate representation of color #5DAEDC: hue angle of 201.73º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DAEDC is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 174 | 220 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.14 |
| HSL | 201.73º | 0.64% | 0.61% | - |
| HSV(B) | 201.73º | 0.58% | 0.86% | - |
| XYZ | 32.57 | 37.77 | 73.28 | - |
| YUV | 155.03 | 164.66 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 220 | 0.58 | 0.21 | 0 | 0.14 | 201.73 | 0.64 | 0.61 |
| Hex | 5D | AE | DC | 3A | 15 | 0 | E | CA | 40 | 3D |
| Octal | 135 | 256 | 334 | 72 | 25 | 0 | 16 | 312 | 100 | 75 |
| Binary | 1011101 | 10101110 | 11011100 | 111010 | 10101 | 0 | 1110 | 11001010 | 1000000 | 111101 |
Color Harmonies of #5DAEDC
Complementary color
Monochromatic Colors of #5DAEDC
Black with #5DAEDC
Text Example
Text Example
White with #5DAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAEDC; }
p { color: rgb(93,174,220); }
H1.HeaderClassName
{
color: #5DAEDC;
}
.AnyTagClassName
{
color: #5DAEDC;
}
</style>
background-color css
<style>
a { background-color: #5DAEDC; }
a { background-color: rgb(93,174,220); }
div.DivClassName
{
background-color: #5DAEDC;
}
.BgClassName
{
background-color: #5DAEDC;
}
</style>
border-color css
<style>
span { border-color: #5DAEDC; }
span { border-color: rgb(93,174,220); }
td.TdClassName
{
border-color: #5DAEDC;
}
.TagClassName
{
border-color: #5DAEDC;
}
</style>