Shades of Danube #5C8ACB
Tints of Danube #5C8ACB
RGB
CMYK
RGB Variations
Color information
#5C8ACB (or 0x5C8ACB) is known color: Danube. HEX triplet: 5C, 8A and CB. RGB value is (92,138,203). Sum of RGB (Red+Green+Blue) = 92+138+203=433 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.25% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C8ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8ACB is #A37534. Grayscale: #838383. Windows color (decimal): -10712373 or 13339228. OLE color: 13339228.
HSL color Cylindrical-coordinate representation of color #5C8ACB: hue angle of 215.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C8ACB is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 138 | 203 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.20 |
| HSL | 215.14º | 0.52% | 0.58% | - |
| HSV(B) | 215.14º | 0.55% | 0.8% | - |
| XYZ | 24.28 | 24.76 | 60 | - |
| YUV | 131.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 138 | 203 | 0.55 | 0.32 | 0 | 0.20 | 215.14 | 0.52 | 0.58 |
| Hex | 5C | 8A | CB | 37 | 20 | 0 | 14 | D7 | 34 | 3A |
| Octal | 134 | 212 | 313 | 67 | 40 | 0 | 24 | 327 | 64 | 72 |
| Binary | 1011100 | 10001010 | 11001011 | 110111 | 100000 | 0 | 10100 | 11010111 | 110100 | 111010 |
Color Harmonies of #5C8ACB
Complementary color
Monochromatic Colors of #5C8ACB
Black with #5C8ACB
Text Example
Text Example
White with #5C8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8ACB; }
p { color: rgb(92,138,203); }
H1.HeaderClassName
{
color: #5C8ACB;
}
.AnyTagClassName
{
color: #5C8ACB;
}
</style>
background-color css
<style>
a { background-color: #5C8ACB; }
a { background-color: rgb(92,138,203); }
div.DivClassName
{
background-color: #5C8ACB;
}
.BgClassName
{
background-color: #5C8ACB;
}
</style>
border-color css
<style>
span { border-color: #5C8ACB; }
span { border-color: rgb(92,138,203); }
td.TdClassName
{
border-color: #5C8ACB;
}
.TagClassName
{
border-color: #5C8ACB;
}
</style>