Shades of Malibu #57B5DC
Tints of Malibu #57B5DC
RGB
CMYK
RGB Variations
Color information
#57B5DC (or 0x57B5DC) is known color: Malibu. HEX triplet: 57, B5 and DC. RGB value is (87,181,220). Sum of RGB (Red+Green+Blue) = 87+181+220=488 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.83% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #57B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B5DC is #A84A23. Grayscale: #9D9D9D. Windows color (decimal): -11029028 or 14464343. OLE color: 14464343.
HSL color Cylindrical-coordinate representation of color #57B5DC: hue angle of 197.59º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57B5DC is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 181 | 220 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.14 |
| HSL | 197.59º | 0.66% | 0.6% | - |
| HSV(B) | 197.59º | 0.6% | 0.86% | - |
| XYZ | 33.37 | 40.24 | 73.72 | - |
| YUV | 157.34 | 163.36 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 181 | 220 | 0.60 | 0.18 | 0 | 0.14 | 197.59 | 0.66 | 0.6 |
| Hex | 57 | B5 | DC | 3C | 12 | 0 | E | C6 | 42 | 3C |
| Octal | 127 | 265 | 334 | 74 | 22 | 0 | 16 | 306 | 102 | 74 |
| Binary | 1010111 | 10110101 | 11011100 | 111100 | 10010 | 0 | 1110 | 11000110 | 1000010 | 111100 |
Color Harmonies of #57B5DC
Complementary color
Monochromatic Colors of #57B5DC
Black with #57B5DC
Text Example
Text Example
White with #57B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B5DC; }
p { color: rgb(87,181,220); }
H1.HeaderClassName
{
color: #57B5DC;
}
.AnyTagClassName
{
color: #57B5DC;
}
</style>
background-color css
<style>
a { background-color: #57B5DC; }
a { background-color: rgb(87,181,220); }
div.DivClassName
{
background-color: #57B5DC;
}
.BgClassName
{
background-color: #57B5DC;
}
</style>
border-color css
<style>
span { border-color: #57B5DC; }
span { border-color: rgb(87,181,220); }
td.TdClassName
{
border-color: #57B5DC;
}
.TagClassName
{
border-color: #57B5DC;
}
</style>