Shades of Malibu #5CBCDB
Tints of Malibu #5CBCDB
RGB
CMYK
RGB Variations
Color information
#5CBCDB (or 0x5CBCDB) is known color: Malibu. HEX triplet: 5C, BC and DB. RGB value is (92,188,219). Sum of RGB (Red+Green+Blue) = 92+188+219=499 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.44% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBCDB is #A34324. Grayscale: #A2A2A2. Windows color (decimal): -10699557 or 14400604. OLE color: 14400604.
HSL color Cylindrical-coordinate representation of color #5CBCDB: hue angle of 194.65º 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 #5CBCDB is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 188 | 219 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.14 |
| HSL | 194.65º | 0.64% | 0.61% | - |
| HSV(B) | 194.65º | 0.58% | 0.86% | - |
| XYZ | 35.18 | 43.36 | 73.53 | - |
| YUV | 162.83 | 159.7 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 219 | 0.58 | 0.14 | 0 | 0.14 | 194.65 | 0.64 | 0.61 |
| Hex | 5C | BC | DB | 3A | E | 0 | E | C3 | 40 | 3D |
| Octal | 134 | 274 | 333 | 72 | 16 | 0 | 16 | 303 | 100 | 75 |
| Binary | 1011100 | 10111100 | 11011011 | 111010 | 1110 | 0 | 1110 | 11000011 | 1000000 | 111101 |
Color Harmonies of #5CBCDB
Complementary color
Monochromatic Colors of #5CBCDB
Black with #5CBCDB
Text Example
Text Example
White with #5CBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBCDB; }
p { color: rgb(92,188,219); }
H1.HeaderClassName
{
color: #5CBCDB;
}
.AnyTagClassName
{
color: #5CBCDB;
}
</style>
background-color css
<style>
a { background-color: #5CBCDB; }
a { background-color: rgb(92,188,219); }
div.DivClassName
{
background-color: #5CBCDB;
}
.BgClassName
{
background-color: #5CBCDB;
}
</style>
border-color css
<style>
span { border-color: #5CBCDB; }
span { border-color: rgb(92,188,219); }
td.TdClassName
{
border-color: #5CBCDB;
}
.TagClassName
{
border-color: #5CBCDB;
}
</style>