Shades of Danube #5D8CCF
Tints of Danube #5D8CCF
RGB
CMYK
RGB Variations
Color information
#5D8CCF (or 0x5D8CCF) is known color: Danube. HEX triplet: 5D, 8C and CF. RGB value is (93,140,207). Sum of RGB (Red+Green+Blue) = 93+140+207=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D8CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8CCF is #A27330. Grayscale: #858585. Windows color (decimal): -10646321 or 13601885. OLE color: 13601885.
HSL color Cylindrical-coordinate representation of color #5D8CCF: hue angle of 215.26º 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 #5D8CCF is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 140 | 207 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.19 |
| HSL | 215.26º | 0.54% | 0.59% | - |
| HSV(B) | 215.26º | 0.55% | 0.81% | - |
| XYZ | 25.15 | 25.59 | 62.64 | - |
| YUV | 133.59 | 169.43 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 140 | 207 | 0.55 | 0.32 | 0 | 0.19 | 215.26 | 0.54 | 0.59 |
| Hex | 5D | 8C | CF | 37 | 20 | 0 | 13 | D7 | 36 | 3B |
| Octal | 135 | 214 | 317 | 67 | 40 | 0 | 23 | 327 | 66 | 73 |
| Binary | 1011101 | 10001100 | 11001111 | 110111 | 100000 | 0 | 10011 | 11010111 | 110110 | 111011 |
Color Harmonies of #5D8CCF
Complementary color
Monochromatic Colors of #5D8CCF
Black with #5D8CCF
Text Example
Text Example
White with #5D8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8CCF; }
p { color: rgb(93,140,207); }
H1.HeaderClassName
{
color: #5D8CCF;
}
.AnyTagClassName
{
color: #5D8CCF;
}
</style>
background-color css
<style>
a { background-color: #5D8CCF; }
a { background-color: rgb(93,140,207); }
div.DivClassName
{
background-color: #5D8CCF;
}
.BgClassName
{
background-color: #5D8CCF;
}
</style>
border-color css
<style>
span { border-color: #5D8CCF; }
span { border-color: rgb(93,140,207); }
td.TdClassName
{
border-color: #5D8CCF;
}
.TagClassName
{
border-color: #5D8CCF;
}
</style>