Shades of Malibu #5CB1DB
Tints of Malibu #5CB1DB
RGB
CMYK
RGB Variations
Color information
#5CB1DB (or 0x5CB1DB) is known color: Malibu. HEX triplet: 5C, B1 and DB. RGB value is (92,177,219). Sum of RGB (Red+Green+Blue) = 92+177+219=488 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.85% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CB1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB1DB is #A34E24. Grayscale: #9C9C9C. Windows color (decimal): -10702373 or 14397788. OLE color: 14397788.
HSL color Cylindrical-coordinate representation of color #5CB1DB: hue angle of 199.84º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CB1DB is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 177 | 219 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.14 |
| HSL | 199.84º | 0.64% | 0.61% | - |
| HSV(B) | 199.84º | 0.58% | 0.86% | - |
| XYZ | 32.92 | 38.83 | 72.78 | - |
| YUV | 156.37 | 163.34 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 219 | 0.58 | 0.19 | 0 | 0.14 | 199.84 | 0.64 | 0.61 |
| Hex | 5C | B1 | DB | 3A | 13 | 0 | E | C8 | 40 | 3D |
| Octal | 134 | 261 | 333 | 72 | 23 | 0 | 16 | 310 | 100 | 75 |
| Binary | 1011100 | 10110001 | 11011011 | 111010 | 10011 | 0 | 1110 | 11001000 | 1000000 | 111101 |
Color Harmonies of #5CB1DB
Complementary color
Monochromatic Colors of #5CB1DB
Black with #5CB1DB
Text Example
Text Example
White with #5CB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB1DB; }
p { color: rgb(92,177,219); }
H1.HeaderClassName
{
color: #5CB1DB;
}
.AnyTagClassName
{
color: #5CB1DB;
}
</style>
background-color css
<style>
a { background-color: #5CB1DB; }
a { background-color: rgb(92,177,219); }
div.DivClassName
{
background-color: #5CB1DB;
}
.BgClassName
{
background-color: #5CB1DB;
}
</style>
border-color css
<style>
span { border-color: #5CB1DB; }
span { border-color: rgb(92,177,219); }
td.TdClassName
{
border-color: #5CB1DB;
}
.TagClassName
{
border-color: #5CB1DB;
}
</style>