Shades of Malibu #5CB5E4
Tints of Malibu #5CB5E4
RGB
CMYK
RGB Variations
Color information
#5CB5E4 (or 0x5CB5E4) is known color: Malibu. HEX triplet: 5C, B5 and E4. RGB value is (92,181,228). Sum of RGB (Red+Green+Blue) = 92+181+228=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #5CB5E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB5E4 is #A34A1B. Grayscale: #9F9F9F. Windows color (decimal): -10701340 or 14988636. OLE color: 14988636.
HSL color Cylindrical-coordinate representation of color #5CB5E4: hue angle of 200.74º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CB5E4 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 181 | 228 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.11 |
| HSL | 200.74º | 0.72% | 0.63% | - |
| HSV(B) | 200.74º | 0.6% | 0.89% | - |
| XYZ | 34.94 | 40.92 | 79.46 | - |
| YUV | 159.75 | 166.51 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 181 | 228 | 0.60 | 0.21 | 0 | 0.11 | 200.74 | 0.72 | 0.63 |
| Hex | 5C | B5 | E4 | 3C | 15 | 0 | B | C9 | 48 | 3F |
| Octal | 134 | 265 | 344 | 74 | 25 | 0 | 13 | 311 | 110 | 77 |
| Binary | 1011100 | 10110101 | 11100100 | 111100 | 10101 | 0 | 1011 | 11001001 | 1001000 | 111111 |
Color Harmonies of #5CB5E4
Complementary color
Monochromatic Colors of #5CB5E4
Black with #5CB5E4
Text Example
Text Example
White with #5CB5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB5E4; }
p { color: rgb(92,181,228); }
H1.HeaderClassName
{
color: #5CB5E4;
}
.AnyTagClassName
{
color: #5CB5E4;
}
</style>
background-color css
<style>
a { background-color: #5CB5E4; }
a { background-color: rgb(92,181,228); }
div.DivClassName
{
background-color: #5CB5E4;
}
.BgClassName
{
background-color: #5CB5E4;
}
</style>
border-color css
<style>
span { border-color: #5CB5E4; }
span { border-color: rgb(92,181,228); }
td.TdClassName
{
border-color: #5CB5E4;
}
.TagClassName
{
border-color: #5CB5E4;
}
</style>