Shades of Danube #5D8CCE
Tints of Danube #5D8CCE
RGB
CMYK
RGB Variations
Color information
#5D8CCE (or 0x5D8CCE) is known color: Danube. HEX triplet: 5D, 8C and CE. RGB value is (93,140,206). Sum of RGB (Red+Green+Blue) = 93+140+206=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D8CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8CCE is #A27331. Grayscale: #858585. Windows color (decimal): -10646322 or 13536349. OLE color: 13536349.
HSL color Cylindrical-coordinate representation of color #5D8CCE: hue angle of 215.04º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D8CCE is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 140 | 206 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.19 |
| HSL | 215.04º | 0.54% | 0.59% | - |
| HSV(B) | 215.04º | 0.55% | 0.81% | - |
| XYZ | 25.03 | 25.54 | 62 | - |
| YUV | 133.47 | 168.93 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 140 | 206 | 0.55 | 0.32 | 0 | 0.19 | 215.04 | 0.54 | 0.59 |
| Hex | 5D | 8C | CE | 37 | 20 | 0 | 13 | D7 | 36 | 3B |
| Octal | 135 | 214 | 316 | 67 | 40 | 0 | 23 | 327 | 66 | 73 |
| Binary | 1011101 | 10001100 | 11001110 | 110111 | 100000 | 0 | 10011 | 11010111 | 110110 | 111011 |
Color Harmonies of #5D8CCE
Complementary color
Monochromatic Colors of #5D8CCE
Black with #5D8CCE
Text Example
Text Example
White with #5D8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8CCE; }
p { color: rgb(93,140,206); }
H1.HeaderClassName
{
color: #5D8CCE;
}
.AnyTagClassName
{
color: #5D8CCE;
}
</style>
background-color css
<style>
a { background-color: #5D8CCE; }
a { background-color: rgb(93,140,206); }
div.DivClassName
{
background-color: #5D8CCE;
}
.BgClassName
{
background-color: #5D8CCE;
}
</style>
border-color css
<style>
span { border-color: #5D8CCE; }
span { border-color: rgb(93,140,206); }
td.TdClassName
{
border-color: #5D8CCE;
}
.TagClassName
{
border-color: #5D8CCE;
}
</style>