Shades of Malibu #53B9E5
Tints of Malibu #53B9E5
RGB
CMYK
RGB Variations
Color information
#53B9E5 (or 0x53B9E5) is known color: Malibu. HEX triplet: 53, B9 and E5. RGB value is (83,185,229). Sum of RGB (Red+Green+Blue) = 83+185+229=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #53B9E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B9E5 is #AC461A. Grayscale: #9F9F9F. Windows color (decimal): -11290139 or 15055187. OLE color: 15055187.
HSL color Cylindrical-coordinate representation of color #53B9E5: hue angle of 198.08º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53B9E5 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 185 | 229 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.10 |
| HSL | 198.08º | 0.74% | 0.61% | - |
| HSV(B) | 198.08º | 0.64% | 0.9% | - |
| XYZ | 35.06 | 42.19 | 80.43 | - |
| YUV | 159.52 | 167.21 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 185 | 229 | 0.64 | 0.19 | 0 | 0.10 | 198.08 | 0.74 | 0.61 |
| Hex | 53 | B9 | E5 | 40 | 13 | 0 | A | C6 | 4A | 3D |
| Octal | 123 | 271 | 345 | 100 | 23 | 0 | 12 | 306 | 112 | 75 |
| Binary | 1010011 | 10111001 | 11100101 | 1000000 | 10011 | 0 | 1010 | 11000110 | 1001010 | 111101 |
Color Harmonies of #53B9E5
Complementary color
Monochromatic Colors of #53B9E5
Black with #53B9E5
Text Example
Text Example
White with #53B9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B9E5; }
p { color: rgb(83,185,229); }
H1.HeaderClassName
{
color: #53B9E5;
}
.AnyTagClassName
{
color: #53B9E5;
}
</style>
background-color css
<style>
a { background-color: #53B9E5; }
a { background-color: rgb(83,185,229); }
div.DivClassName
{
background-color: #53B9E5;
}
.BgClassName
{
background-color: #53B9E5;
}
</style>
border-color css
<style>
span { border-color: #53B9E5; }
span { border-color: rgb(83,185,229); }
td.TdClassName
{
border-color: #53B9E5;
}
.TagClassName
{
border-color: #53B9E5;
}
</style>