Shades of Malibu #5AB7F3
Tints of Malibu #5AB7F3
RGB
CMYK
RGB Variations
Color information
#5AB7F3 (or 0x5AB7F3) is known color: Malibu. HEX triplet: 5A, B7 and F3. RGB value is (90,183,243). Sum of RGB (Red+Green+Blue) = 90+183+243=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #5AB7F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB7F3 is #A5480C. Grayscale: #A1A1A1. Windows color (decimal): -10831885 or 15972186. OLE color: 15972186.
HSL color Cylindrical-coordinate representation of color #5AB7F3: hue angle of 203.53º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AB7F3 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 183 | 243 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.05 |
| HSL | 203.53º | 0.86% | 0.65% | - |
| HSV(B) | 203.53º | 0.63% | 0.95% | - |
| XYZ | 37.33 | 42.51 | 91.03 | - |
| YUV | 162.03 | 173.69 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 243 | 0.63 | 0.25 | 0 | 0.05 | 203.53 | 0.86 | 0.65 |
| Hex | 5A | B7 | F3 | 3F | 19 | 0 | 5 | CC | 56 | 41 |
| Octal | 132 | 267 | 363 | 77 | 31 | 0 | 5 | 314 | 126 | 101 |
| Binary | 1011010 | 10110111 | 11110011 | 111111 | 11001 | 0 | 101 | 11001100 | 1010110 | 1000001 |
Color Harmonies of #5AB7F3
Complementary color
Monochromatic Colors of #5AB7F3
Black with #5AB7F3
Text Example
Text Example
White with #5AB7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB7F3; }
p { color: rgb(90,183,243); }
H1.HeaderClassName
{
color: #5AB7F3;
}
.AnyTagClassName
{
color: #5AB7F3;
}
</style>
background-color css
<style>
a { background-color: #5AB7F3; }
a { background-color: rgb(90,183,243); }
div.DivClassName
{
background-color: #5AB7F3;
}
.BgClassName
{
background-color: #5AB7F3;
}
</style>
border-color css
<style>
span { border-color: #5AB7F3; }
span { border-color: rgb(90,183,243); }
td.TdClassName
{
border-color: #5AB7F3;
}
.TagClassName
{
border-color: #5AB7F3;
}
</style>