Shades of Malibu #5AC2DD
Tints of Malibu #5AC2DD
RGB
CMYK
RGB Variations
Color information
#5AC2DD (or 0x5AC2DD) is known color: Malibu. HEX triplet: 5A, C2 and DD. RGB value is (90,194,221). Sum of RGB (Red+Green+Blue) = 90+194+221=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AC2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC2DD is #A53D22. Grayscale: #A5A5A5. Windows color (decimal): -10829091 or 14533210. OLE color: 14533210.
HSL color Cylindrical-coordinate representation of color #5AC2DD: hue angle of 192.37º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AC2DD is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 194 | 221 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.13 |
| HSL | 192.37º | 0.66% | 0.61% | - |
| HSV(B) | 192.37º | 0.59% | 0.87% | - |
| XYZ | 36.56 | 45.98 | 75.35 | - |
| YUV | 165.98 | 159.04 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 221 | 0.59 | 0.12 | 0 | 0.13 | 192.37 | 0.66 | 0.61 |
| Hex | 5A | C2 | DD | 3B | C | 0 | D | C0 | 42 | 3D |
| Octal | 132 | 302 | 335 | 73 | 14 | 0 | 15 | 300 | 102 | 75 |
| Binary | 1011010 | 11000010 | 11011101 | 111011 | 1100 | 0 | 1101 | 11000000 | 1000010 | 111101 |
Color Harmonies of #5AC2DD
Complementary color
Monochromatic Colors of #5AC2DD
Black with #5AC2DD
Text Example
Text Example
White with #5AC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC2DD; }
p { color: rgb(90,194,221); }
H1.HeaderClassName
{
color: #5AC2DD;
}
.AnyTagClassName
{
color: #5AC2DD;
}
</style>
background-color css
<style>
a { background-color: #5AC2DD; }
a { background-color: rgb(90,194,221); }
div.DivClassName
{
background-color: #5AC2DD;
}
.BgClassName
{
background-color: #5AC2DD;
}
</style>
border-color css
<style>
span { border-color: #5AC2DD; }
span { border-color: rgb(90,194,221); }
td.TdClassName
{
border-color: #5AC2DD;
}
.TagClassName
{
border-color: #5AC2DD;
}
</style>