Shades of Malibu #57AFE5
Tints of Malibu #57AFE5
RGB
CMYK
RGB Variations
Color information
#57AFE5 (or 0x57AFE5) is known color: Malibu. HEX triplet: 57, AF and E5. RGB value is (87,175,229). Sum of RGB (Red+Green+Blue) = 87+175+229=491 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.72% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #57AFE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFE5 is #A8501A. Grayscale: #9A9A9A. Windows color (decimal): -11030555 or 15052631. OLE color: 15052631.
HSL color Cylindrical-coordinate representation of color #57AFE5: hue angle of 202.82º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57AFE5 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 175 | 229 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.10 |
| HSL | 202.82º | 0.73% | 0.62% | - |
| HSV(B) | 202.82º | 0.62% | 0.9% | - |
| XYZ | 33.4 | 38.34 | 79.77 | - |
| YUV | 154.84 | 169.85 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 229 | 0.62 | 0.24 | 0 | 0.10 | 202.82 | 0.73 | 0.62 |
| Hex | 57 | AF | E5 | 3E | 18 | 0 | A | CB | 49 | 3E |
| Octal | 127 | 257 | 345 | 76 | 30 | 0 | 12 | 313 | 111 | 76 |
| Binary | 1010111 | 10101111 | 11100101 | 111110 | 11000 | 0 | 1010 | 11001011 | 1001001 | 111110 |
Color Harmonies of #57AFE5
Complementary color
Monochromatic Colors of #57AFE5
Black with #57AFE5
Text Example
Text Example
White with #57AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AFE5; }
p { color: rgb(87,175,229); }
H1.HeaderClassName
{
color: #57AFE5;
}
.AnyTagClassName
{
color: #57AFE5;
}
</style>
background-color css
<style>
a { background-color: #57AFE5; }
a { background-color: rgb(87,175,229); }
div.DivClassName
{
background-color: #57AFE5;
}
.BgClassName
{
background-color: #57AFE5;
}
</style>
border-color css
<style>
span { border-color: #57AFE5; }
span { border-color: rgb(87,175,229); }
td.TdClassName
{
border-color: #57AFE5;
}
.TagClassName
{
border-color: #57AFE5;
}
</style>