Shades of Danube #5D8AC7
Tints of Danube #5D8AC7
RGB
CMYK
RGB Variations
Color information
#5D8AC7 (or 0x5D8AC7) is known color: Danube. HEX triplet: 5D, 8A and C7. RGB value is (93,138,199). Sum of RGB (Red+Green+Blue) = 93+138+199=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #5D8AC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8AC7 is #A27538. Grayscale: #838383. Windows color (decimal): -10646841 or 13077085. OLE color: 13077085.
HSL color Cylindrical-coordinate representation of color #5D8AC7: hue angle of 214.53º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D8AC7 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 138 | 199 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.22 |
| HSL | 214.53º | 0.49% | 0.57% | - |
| HSV(B) | 214.53º | 0.53% | 0.78% | - |
| XYZ | 23.91 | 24.63 | 57.53 | - |
| YUV | 131.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 138 | 199 | 0.53 | 0.31 | 0 | 0.22 | 214.53 | 0.49 | 0.57 |
| Hex | 5D | 8A | C7 | 35 | 1F | 0 | 16 | D7 | 31 | 39 |
| Octal | 135 | 212 | 307 | 65 | 37 | 0 | 26 | 327 | 61 | 71 |
| Binary | 1011101 | 10001010 | 11000111 | 110101 | 11111 | 0 | 10110 | 11010111 | 110001 | 111001 |
Color Harmonies of #5D8AC7
Complementary color
Monochromatic Colors of #5D8AC7
Black with #5D8AC7
Text Example
Text Example
White with #5D8AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8AC7; }
p { color: rgb(93,138,199); }
H1.HeaderClassName
{
color: #5D8AC7;
}
.AnyTagClassName
{
color: #5D8AC7;
}
</style>
background-color css
<style>
a { background-color: #5D8AC7; }
a { background-color: rgb(93,138,199); }
div.DivClassName
{
background-color: #5D8AC7;
}
.BgClassName
{
background-color: #5D8AC7;
}
</style>
border-color css
<style>
span { border-color: #5D8AC7; }
span { border-color: rgb(93,138,199); }
td.TdClassName
{
border-color: #5D8AC7;
}
.TagClassName
{
border-color: #5D8AC7;
}
</style>