Shades of Malibu #5CB2F1
Tints of Malibu #5CB2F1
RGB
CMYK
RGB Variations
Color information
#5CB2F1 (or 0x5CB2F1) is known color: Malibu. HEX triplet: 5C, B2 and F1. RGB value is (92,178,241). Sum of RGB (Red+Green+Blue) = 92+178+241=511 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.00% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #5CB2F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CB2F1 is #A34D0E. Grayscale: #9F9F9F. Windows color (decimal): -10702095 or 15839836. OLE color: 15839836.
HSL color Cylindrical-coordinate representation of color #5CB2F1: hue angle of 205.37º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CB2F1 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 178 | 241 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.05 |
| HSL | 205.37º | 0.84% | 0.65% | - |
| HSV(B) | 205.37º | 0.62% | 0.95% | - |
| XYZ | 36.21 | 40.47 | 89.12 | - |
| YUV | 159.47 | 174.01 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 178 | 241 | 0.62 | 0.26 | 0 | 0.05 | 205.37 | 0.84 | 0.65 |
| Hex | 5C | B2 | F1 | 3E | 1A | 0 | 5 | CD | 54 | 41 |
| Octal | 134 | 262 | 361 | 76 | 32 | 0 | 5 | 315 | 124 | 101 |
| Binary | 1011100 | 10110010 | 11110001 | 111110 | 11010 | 0 | 101 | 11001101 | 1010100 | 1000001 |
Color Harmonies of #5CB2F1
Complementary color
Monochromatic Colors of #5CB2F1
Black with #5CB2F1
Text Example
Text Example
White with #5CB2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB2F1; }
p { color: rgb(92,178,241); }
H1.HeaderClassName
{
color: #5CB2F1;
}
.AnyTagClassName
{
color: #5CB2F1;
}
</style>
background-color css
<style>
a { background-color: #5CB2F1; }
a { background-color: rgb(92,178,241); }
div.DivClassName
{
background-color: #5CB2F1;
}
.BgClassName
{
background-color: #5CB2F1;
}
</style>
border-color css
<style>
span { border-color: #5CB2F1; }
span { border-color: rgb(92,178,241); }
td.TdClassName
{
border-color: #5CB2F1;
}
.TagClassName
{
border-color: #5CB2F1;
}
</style>