Shades of Malibu #5CC5D7
Tints of Malibu #5CC5D7
RGB
CMYK
RGB Variations
Color information
#5CC5D7 (or 0x5CC5D7) is known color: Malibu. HEX triplet: 5C, C5 and D7. RGB value is (92,197,215). Sum of RGB (Red+Green+Blue) = 92+197+215=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #5CC5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC5D7 is #A33A28. Grayscale: #A7A7A7. Windows color (decimal): -10697257 or 14140764. OLE color: 14140764.
HSL color Cylindrical-coordinate representation of color #5CC5D7: hue angle of 188.78º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CC5D7 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 197 | 215 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.16 |
| HSL | 188.78º | 0.61% | 0.6% | - |
| HSV(B) | 188.78º | 0.57% | 0.84% | - |
| XYZ | 36.65 | 47.11 | 71.45 | - |
| YUV | 167.66 | 154.71 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 197 | 215 | 0.57 | 0.08 | 0 | 0.16 | 188.78 | 0.61 | 0.6 |
| Hex | 5C | C5 | D7 | 39 | 8 | 0 | 10 | BD | 3D | 3C |
| Octal | 134 | 305 | 327 | 71 | 10 | 0 | 20 | 275 | 75 | 74 |
| Binary | 1011100 | 11000101 | 11010111 | 111001 | 1000 | 0 | 10000 | 10111101 | 111101 | 111100 |
Color Harmonies of #5CC5D7
Complementary color
Monochromatic Colors of #5CC5D7
Black with #5CC5D7
Text Example
Text Example
White with #5CC5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC5D7; }
p { color: rgb(92,197,215); }
H1.HeaderClassName
{
color: #5CC5D7;
}
.AnyTagClassName
{
color: #5CC5D7;
}
</style>
background-color css
<style>
a { background-color: #5CC5D7; }
a { background-color: rgb(92,197,215); }
div.DivClassName
{
background-color: #5CC5D7;
}
.BgClassName
{
background-color: #5CC5D7;
}
</style>
border-color css
<style>
span { border-color: #5CC5D7; }
span { border-color: rgb(92,197,215); }
td.TdClassName
{
border-color: #5CC5D7;
}
.TagClassName
{
border-color: #5CC5D7;
}
</style>