Shades of Danube #5C90BE
Tints of Danube #5C90BE
RGB
CMYK
RGB Variations
Color information
#5C90BE (or 0x5C90BE) is known color: Danube. HEX triplet: 5C, 90 and BE. RGB value is (92,144,190). Sum of RGB (Red+Green+Blue) = 92+144+190=426 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.60% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C90BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C90BE is #A36F41. Grayscale: #858585. Windows color (decimal): -10710850 or 12488796. OLE color: 12488796.
HSL color Cylindrical-coordinate representation of color #5C90BE: hue angle of 208.16º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C90BE is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 144 | 190 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.25 |
| HSL | 208.16º | 0.43% | 0.55% | - |
| HSV(B) | 208.16º | 0.52% | 0.75% | - |
| XYZ | 23.68 | 25.94 | 52.47 | - |
| YUV | 133.7 | 159.77 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 144 | 190 | 0.52 | 0.24 | 0 | 0.25 | 208.16 | 0.43 | 0.55 |
| Hex | 5C | 90 | BE | 34 | 18 | 0 | 19 | D0 | 2B | 37 |
| Octal | 134 | 220 | 276 | 64 | 30 | 0 | 31 | 320 | 53 | 67 |
| Binary | 1011100 | 10010000 | 10111110 | 110100 | 11000 | 0 | 11001 | 11010000 | 101011 | 110111 |
Color Harmonies of #5C90BE
Complementary color
Monochromatic Colors of #5C90BE
Black with #5C90BE
Text Example
Text Example
White with #5C90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C90BE; }
p { color: rgb(92,144,190); }
H1.HeaderClassName
{
color: #5C90BE;
}
.AnyTagClassName
{
color: #5C90BE;
}
</style>
background-color css
<style>
a { background-color: #5C90BE; }
a { background-color: rgb(92,144,190); }
div.DivClassName
{
background-color: #5C90BE;
}
.BgClassName
{
background-color: #5C90BE;
}
</style>
border-color css
<style>
span { border-color: #5C90BE; }
span { border-color: rgb(92,144,190); }
td.TdClassName
{
border-color: #5C90BE;
}
.TagClassName
{
border-color: #5C90BE;
}
</style>