Shades of Danube #5C8CCE
Tints of Danube #5C8CCE
RGB
CMYK
RGB Variations
Color information
#5C8CCE (or 0x5C8CCE) is known color: Danube. HEX triplet: 5C, 8C and CE. RGB value is (92,140,206). Sum of RGB (Red+Green+Blue) = 92+140+206=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C8CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8CCE is #A37331. Grayscale: #848484. Windows color (decimal): -10711858 or 13536348. OLE color: 13536348.
HSL color Cylindrical-coordinate representation of color #5C8CCE: hue angle of 214.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C8CCE is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 140 | 206 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.19 |
| HSL | 214.74º | 0.54% | 0.58% | - |
| HSV(B) | 214.74º | 0.55% | 0.81% | - |
| XYZ | 24.93 | 25.49 | 62 | - |
| YUV | 133.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 140 | 206 | 0.55 | 0.32 | 0 | 0.19 | 214.74 | 0.54 | 0.58 |
| Hex | 5C | 8C | CE | 37 | 20 | 0 | 13 | D7 | 36 | 3A |
| Octal | 134 | 214 | 316 | 67 | 40 | 0 | 23 | 327 | 66 | 72 |
| Binary | 1011100 | 10001100 | 11001110 | 110111 | 100000 | 0 | 10011 | 11010111 | 110110 | 111010 |
Color Harmonies of #5C8CCE
Complementary color
Monochromatic Colors of #5C8CCE
Black with #5C8CCE
Text Example
Text Example
White with #5C8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8CCE; }
p { color: rgb(92,140,206); }
H1.HeaderClassName
{
color: #5C8CCE;
}
.AnyTagClassName
{
color: #5C8CCE;
}
</style>
background-color css
<style>
a { background-color: #5C8CCE; }
a { background-color: rgb(92,140,206); }
div.DivClassName
{
background-color: #5C8CCE;
}
.BgClassName
{
background-color: #5C8CCE;
}
</style>
border-color css
<style>
span { border-color: #5C8CCE; }
span { border-color: rgb(92,140,206); }
td.TdClassName
{
border-color: #5C8CCE;
}
.TagClassName
{
border-color: #5C8CCE;
}
</style>