Shades of Malibu #5CB2DD
Tints of Malibu #5CB2DD
RGB
CMYK
RGB Variations
Color information
#5CB2DD (or 0x5CB2DD) is known color: Malibu. HEX triplet: 5C, B2 and DD. RGB value is (92,178,221). Sum of RGB (Red+Green+Blue) = 92+178+221=491 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.74% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #5CB2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB2DD is #A34D22. Grayscale: #9C9C9C. Windows color (decimal): -10702115 or 14529116. OLE color: 14529116.
HSL color Cylindrical-coordinate representation of color #5CB2DD: hue angle of 200º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CB2DD is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 178 | 221 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.13 |
| HSL | 200º | 0.65% | 0.61% | - |
| HSV(B) | 200º | 0.58% | 0.87% | - |
| XYZ | 33.39 | 39.34 | 74.24 | - |
| YUV | 157.19 | 164.01 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 178 | 221 | 0.58 | 0.19 | 0 | 0.13 | 200 | 0.65 | 0.61 |
| Hex | 5C | B2 | DD | 3A | 13 | 0 | D | C8 | 41 | 3D |
| Octal | 134 | 262 | 335 | 72 | 23 | 0 | 15 | 310 | 101 | 75 |
| Binary | 1011100 | 10110010 | 11011101 | 111010 | 10011 | 0 | 1101 | 11001000 | 1000001 | 111101 |
Color Harmonies of #5CB2DD
Complementary color
Monochromatic Colors of #5CB2DD
Black with #5CB2DD
Text Example
Text Example
White with #5CB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB2DD; }
p { color: rgb(92,178,221); }
H1.HeaderClassName
{
color: #5CB2DD;
}
.AnyTagClassName
{
color: #5CB2DD;
}
</style>
background-color css
<style>
a { background-color: #5CB2DD; }
a { background-color: rgb(92,178,221); }
div.DivClassName
{
background-color: #5CB2DD;
}
.BgClassName
{
background-color: #5CB2DD;
}
</style>
border-color css
<style>
span { border-color: #5CB2DD; }
span { border-color: rgb(92,178,221); }
td.TdClassName
{
border-color: #5CB2DD;
}
.TagClassName
{
border-color: #5CB2DD;
}
</style>