Shades of Malibu #5CBEDA
Tints of Malibu #5CBEDA
RGB
CMYK
RGB Variations
Color information
#5CBEDA (or 0x5CBEDA) is known color: Malibu. HEX triplet: 5C, BE and DA. RGB value is (92,190,218). Sum of RGB (Red+Green+Blue) = 92+190+218=500 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.4% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #5CBEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBEDA is #A34125. Grayscale: #A3A3A3. Windows color (decimal): -10699046 or 14335580. OLE color: 14335580.
HSL color Cylindrical-coordinate representation of color #5CBEDA: hue angle of 193.33º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CBEDA is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 190 | 218 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.15 |
| HSL | 193.33º | 0.63% | 0.61% | - |
| HSV(B) | 193.33º | 0.58% | 0.85% | - |
| XYZ | 35.48 | 44.16 | 72.98 | - |
| YUV | 163.89 | 158.53 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 218 | 0.58 | 0.13 | 0 | 0.15 | 193.33 | 0.63 | 0.61 |
| Hex | 5C | BE | DA | 3A | D | 0 | F | C1 | 3F | 3D |
| Octal | 134 | 276 | 332 | 72 | 15 | 0 | 17 | 301 | 77 | 75 |
| Binary | 1011100 | 10111110 | 11011010 | 111010 | 1101 | 0 | 1111 | 11000001 | 111111 | 111101 |
Color Harmonies of #5CBEDA
Complementary color
Monochromatic Colors of #5CBEDA
Black with #5CBEDA
Text Example
Text Example
White with #5CBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBEDA; }
p { color: rgb(92,190,218); }
H1.HeaderClassName
{
color: #5CBEDA;
}
.AnyTagClassName
{
color: #5CBEDA;
}
</style>
background-color css
<style>
a { background-color: #5CBEDA; }
a { background-color: rgb(92,190,218); }
div.DivClassName
{
background-color: #5CBEDA;
}
.BgClassName
{
background-color: #5CBEDA;
}
</style>
border-color css
<style>
span { border-color: #5CBEDA; }
span { border-color: rgb(92,190,218); }
td.TdClassName
{
border-color: #5CBEDA;
}
.TagClassName
{
border-color: #5CBEDA;
}
</style>