Shades of Malibu #5CB1E1
Tints of Malibu #5CB1E1
RGB
CMYK
RGB Variations
Color information
#5CB1E1 (or 0x5CB1E1) is known color: Malibu. HEX triplet: 5C, B1 and E1. RGB value is (92,177,225). Sum of RGB (Red+Green+Blue) = 92+177+225=494 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.62% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #5CB1E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB1E1 is #A34E1E. Grayscale: #9C9C9C. Windows color (decimal): -10702367 or 14791004. OLE color: 14791004.
HSL color Cylindrical-coordinate representation of color #5CB1E1: hue angle of 201.65º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CB1E1 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 177 | 225 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.12 |
| HSL | 201.65º | 0.69% | 0.62% | - |
| HSV(B) | 201.65º | 0.59% | 0.88% | - |
| XYZ | 33.73 | 39.16 | 77.01 | - |
| YUV | 157.06 | 166.34 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 225 | 0.59 | 0.21 | 0 | 0.12 | 201.65 | 0.69 | 0.62 |
| Hex | 5C | B1 | E1 | 3B | 15 | 0 | C | CA | 45 | 3E |
| Octal | 134 | 261 | 341 | 73 | 25 | 0 | 14 | 312 | 105 | 76 |
| Binary | 1011100 | 10110001 | 11100001 | 111011 | 10101 | 0 | 1100 | 11001010 | 1000101 | 111110 |
Color Harmonies of #5CB1E1
Complementary color
Monochromatic Colors of #5CB1E1
Black with #5CB1E1
Text Example
Text Example
White with #5CB1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB1E1; }
p { color: rgb(92,177,225); }
H1.HeaderClassName
{
color: #5CB1E1;
}
.AnyTagClassName
{
color: #5CB1E1;
}
</style>
background-color css
<style>
a { background-color: #5CB1E1; }
a { background-color: rgb(92,177,225); }
div.DivClassName
{
background-color: #5CB1E1;
}
.BgClassName
{
background-color: #5CB1E1;
}
</style>
border-color css
<style>
span { border-color: #5CB1E1; }
span { border-color: rgb(92,177,225); }
td.TdClassName
{
border-color: #5CB1E1;
}
.TagClassName
{
border-color: #5CB1E1;
}
</style>