Shades of Malibu #5CBDDB
Tints of Malibu #5CBDDB
RGB
CMYK
RGB Variations
Color information
#5CBDDB (or 0x5CBDDB) is known color: Malibu. HEX triplet: 5C, BD and DB. RGB value is (92,189,219). Sum of RGB (Red+Green+Blue) = 92+189+219=500 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBDDB is #A34224. Grayscale: #A3A3A3. Windows color (decimal): -10699301 or 14400860. OLE color: 14400860.
HSL color Cylindrical-coordinate representation of color #5CBDDB: hue angle of 194.17º 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 #5CBDDB is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 189 | 219 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.14 |
| HSL | 194.17º | 0.64% | 0.61% | - |
| HSV(B) | 194.17º | 0.58% | 0.86% | - |
| XYZ | 35.4 | 43.78 | 73.6 | - |
| YUV | 163.42 | 159.36 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 219 | 0.58 | 0.14 | 0 | 0.14 | 194.17 | 0.64 | 0.61 |
| Hex | 5C | BD | DB | 3A | E | 0 | E | C2 | 40 | 3D |
| Octal | 134 | 275 | 333 | 72 | 16 | 0 | 16 | 302 | 100 | 75 |
| Binary | 1011100 | 10111101 | 11011011 | 111010 | 1110 | 0 | 1110 | 11000010 | 1000000 | 111101 |
Color Harmonies of #5CBDDB
Complementary color
Monochromatic Colors of #5CBDDB
Black with #5CBDDB
Text Example
Text Example
White with #5CBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBDDB; }
p { color: rgb(92,189,219); }
H1.HeaderClassName
{
color: #5CBDDB;
}
.AnyTagClassName
{
color: #5CBDDB;
}
</style>
background-color css
<style>
a { background-color: #5CBDDB; }
a { background-color: rgb(92,189,219); }
div.DivClassName
{
background-color: #5CBDDB;
}
.BgClassName
{
background-color: #5CBDDB;
}
</style>
border-color css
<style>
span { border-color: #5CBDDB; }
span { border-color: rgb(92,189,219); }
td.TdClassName
{
border-color: #5CBDDB;
}
.TagClassName
{
border-color: #5CBDDB;
}
</style>