Shades of Danube #5495C3
Tints of Danube #5495C3
RGB
CMYK
RGB Variations
Color information
#5495C3 (or 0x5495C3) is known color: Danube. HEX triplet: 54, 95 and C3. RGB value is (84,149,195). Sum of RGB (Red+Green+Blue) = 84+149+195=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #5495C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5495C3 is #AB6A3C. Grayscale: #868686. Windows color (decimal): -11233853 or 12817748. OLE color: 12817748.
HSL color Cylindrical-coordinate representation of color #5495C3: hue angle of 204.86º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5495C3 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 149 | 195 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.24 |
| HSL | 204.86º | 0.48% | 0.55% | - |
| HSV(B) | 204.86º | 0.57% | 0.76% | - |
| XYZ | 24.25 | 27.32 | 55.62 | - |
| YUV | 134.81 | 161.97 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 195 | 0.57 | 0.24 | 0 | 0.24 | 204.86 | 0.48 | 0.55 |
| Hex | 54 | 95 | C3 | 39 | 18 | 0 | 18 | CD | 30 | 37 |
| Octal | 124 | 225 | 303 | 71 | 30 | 0 | 30 | 315 | 60 | 67 |
| Binary | 1010100 | 10010101 | 11000011 | 111001 | 11000 | 0 | 11000 | 11001101 | 110000 | 110111 |
Color Harmonies of #5495C3
Complementary color
Monochromatic Colors of #5495C3
Black with #5495C3
Text Example
Text Example
White with #5495C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5495C3; }
p { color: rgb(84,149,195); }
H1.HeaderClassName
{
color: #5495C3;
}
.AnyTagClassName
{
color: #5495C3;
}
</style>
background-color css
<style>
a { background-color: #5495C3; }
a { background-color: rgb(84,149,195); }
div.DivClassName
{
background-color: #5495C3;
}
.BgClassName
{
background-color: #5495C3;
}
</style>
border-color css
<style>
span { border-color: #5495C3; }
span { border-color: rgb(84,149,195); }
td.TdClassName
{
border-color: #5495C3;
}
.TagClassName
{
border-color: #5495C3;
}
</style>