Shades of Malibu #5BAFDC
Tints of Malibu #5BAFDC
RGB
CMYK
RGB Variations
Color information
#5BAFDC (or 0x5BAFDC) is known color: Malibu. HEX triplet: 5B, AF and DC. RGB value is (91,175,220). Sum of RGB (Red+Green+Blue) = 91+175+220=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFDC is #A45023. Grayscale: #9A9A9A. Windows color (decimal): -10768420 or 14462811. OLE color: 14462811.
HSL color Cylindrical-coordinate representation of color #5BAFDC: hue angle of 200.93º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BAFDC is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 175 | 220 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.14 |
| HSL | 200.93º | 0.65% | 0.61% | - |
| HSV(B) | 200.93º | 0.59% | 0.86% | - |
| XYZ | 32.56 | 38.05 | 73.34 | - |
| YUV | 155.01 | 164.67 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 220 | 0.59 | 0.20 | 0 | 0.14 | 200.93 | 0.65 | 0.61 |
| Hex | 5B | AF | DC | 3B | 14 | 0 | E | C9 | 41 | 3D |
| Octal | 133 | 257 | 334 | 73 | 24 | 0 | 16 | 311 | 101 | 75 |
| Binary | 1011011 | 10101111 | 11011100 | 111011 | 10100 | 0 | 1110 | 11001001 | 1000001 | 111101 |
Color Harmonies of #5BAFDC
Complementary color
Monochromatic Colors of #5BAFDC
Black with #5BAFDC
Text Example
Text Example
White with #5BAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFDC; }
p { color: rgb(91,175,220); }
H1.HeaderClassName
{
color: #5BAFDC;
}
.AnyTagClassName
{
color: #5BAFDC;
}
</style>
background-color css
<style>
a { background-color: #5BAFDC; }
a { background-color: rgb(91,175,220); }
div.DivClassName
{
background-color: #5BAFDC;
}
.BgClassName
{
background-color: #5BAFDC;
}
</style>
border-color css
<style>
span { border-color: #5BAFDC; }
span { border-color: rgb(91,175,220); }
td.TdClassName
{
border-color: #5BAFDC;
}
.TagClassName
{
border-color: #5BAFDC;
}
</style>