Shades of Malibu #5CAFDC
Tints of Malibu #5CAFDC
RGB
CMYK
RGB Variations
Color information
#5CAFDC (or 0x5CAFDC) is known color: Malibu. HEX triplet: 5C, AF and DC. RGB value is (92,175,220). Sum of RGB (Red+Green+Blue) = 92+175+220=487 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.89% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #5CAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFDC is #A35023. Grayscale: #9B9B9B. Windows color (decimal): -10702884 or 14462812. OLE color: 14462812.
HSL color Cylindrical-coordinate representation of color #5CAFDC: hue angle of 201.09º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CAFDC is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 175 | 220 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.14 |
| HSL | 201.09º | 0.65% | 0.61% | - |
| HSV(B) | 201.09º | 0.58% | 0.86% | - |
| XYZ | 32.66 | 38.1 | 73.34 | - |
| YUV | 155.31 | 164.5 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 220 | 0.58 | 0.20 | 0 | 0.14 | 201.09 | 0.65 | 0.61 |
| Hex | 5C | AF | DC | 3A | 14 | 0 | E | C9 | 41 | 3D |
| Octal | 134 | 257 | 334 | 72 | 24 | 0 | 16 | 311 | 101 | 75 |
| Binary | 1011100 | 10101111 | 11011100 | 111010 | 10100 | 0 | 1110 | 11001001 | 1000001 | 111101 |
Color Harmonies of #5CAFDC
Complementary color
Monochromatic Colors of #5CAFDC
Black with #5CAFDC
Text Example
Text Example
White with #5CAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFDC; }
p { color: rgb(92,175,220); }
H1.HeaderClassName
{
color: #5CAFDC;
}
.AnyTagClassName
{
color: #5CAFDC;
}
</style>
background-color css
<style>
a { background-color: #5CAFDC; }
a { background-color: rgb(92,175,220); }
div.DivClassName
{
background-color: #5CAFDC;
}
.BgClassName
{
background-color: #5CAFDC;
}
</style>
border-color css
<style>
span { border-color: #5CAFDC; }
span { border-color: rgb(92,175,220); }
td.TdClassName
{
border-color: #5CAFDC;
}
.TagClassName
{
border-color: #5CAFDC;
}
</style>