Shades of Malibu #53AFDB
Tints of Malibu #53AFDB
RGB
CMYK
RGB Variations
Color information
#53AFDB (or 0x53AFDB) is known color: Malibu. HEX triplet: 53, AF and DB. RGB value is (83,175,219). Sum of RGB (Red+Green+Blue) = 83+175+219=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #53AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFDB is #AC5024. Grayscale: #989898. Windows color (decimal): -11292709 or 14397267. OLE color: 14397267.
HSL color Cylindrical-coordinate representation of color #53AFDB: hue angle of 199.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53AFDB is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 175 | 219 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.14 |
| HSL | 199.41º | 0.65% | 0.59% | - |
| HSV(B) | 199.41º | 0.62% | 0.86% | - |
| XYZ | 31.68 | 37.61 | 72.61 | - |
| YUV | 152.51 | 165.52 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 219 | 0.62 | 0.20 | 0 | 0.14 | 199.41 | 0.65 | 0.59 |
| Hex | 53 | AF | DB | 3E | 14 | 0 | E | C7 | 41 | 3B |
| Octal | 123 | 257 | 333 | 76 | 24 | 0 | 16 | 307 | 101 | 73 |
| Binary | 1010011 | 10101111 | 11011011 | 111110 | 10100 | 0 | 1110 | 11000111 | 1000001 | 111011 |
Color Harmonies of #53AFDB
Complementary color
Monochromatic Colors of #53AFDB
Black with #53AFDB
Text Example
Text Example
White with #53AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AFDB; }
p { color: rgb(83,175,219); }
H1.HeaderClassName
{
color: #53AFDB;
}
.AnyTagClassName
{
color: #53AFDB;
}
</style>
background-color css
<style>
a { background-color: #53AFDB; }
a { background-color: rgb(83,175,219); }
div.DivClassName
{
background-color: #53AFDB;
}
.BgClassName
{
background-color: #53AFDB;
}
</style>
border-color css
<style>
span { border-color: #53AFDB; }
span { border-color: rgb(83,175,219); }
td.TdClassName
{
border-color: #53AFDB;
}
.TagClassName
{
border-color: #53AFDB;
}
</style>