Shades of Danube #5A93CB
Tints of Danube #5A93CB
RGB
CMYK
RGB Variations
Color information
#5A93CB (or 0x5A93CB) is known color: Danube. HEX triplet: 5A, 93 and CB. RGB value is (90,147,203). Sum of RGB (Red+Green+Blue) = 90+147+203=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A93CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A93CB is #A56C34. Grayscale: #888888. Windows color (decimal): -10841141 or 13341530. OLE color: 13341530.
HSL color Cylindrical-coordinate representation of color #5A93CB: hue angle of 209.73º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A93CB is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 147 | 203 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.20 |
| HSL | 209.73º | 0.52% | 0.57% | - |
| HSV(B) | 209.73º | 0.56% | 0.8% | - |
| XYZ | 25.43 | 27.35 | 60.44 | - |
| YUV | 136.34 | 165.62 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 147 | 203 | 0.56 | 0.28 | 0 | 0.20 | 209.73 | 0.52 | 0.57 |
| Hex | 5A | 93 | CB | 38 | 1C | 0 | 14 | D2 | 34 | 39 |
| Octal | 132 | 223 | 313 | 70 | 34 | 0 | 24 | 322 | 64 | 71 |
| Binary | 1011010 | 10010011 | 11001011 | 111000 | 11100 | 0 | 10100 | 11010010 | 110100 | 111001 |
Color Harmonies of #5A93CB
Complementary color
Monochromatic Colors of #5A93CB
Black with #5A93CB
Text Example
Text Example
White with #5A93CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A93CB; }
p { color: rgb(90,147,203); }
H1.HeaderClassName
{
color: #5A93CB;
}
.AnyTagClassName
{
color: #5A93CB;
}
</style>
background-color css
<style>
a { background-color: #5A93CB; }
a { background-color: rgb(90,147,203); }
div.DivClassName
{
background-color: #5A93CB;
}
.BgClassName
{
background-color: #5A93CB;
}
</style>
border-color css
<style>
span { border-color: #5A93CB; }
span { border-color: rgb(90,147,203); }
td.TdClassName
{
border-color: #5A93CB;
}
.TagClassName
{
border-color: #5A93CB;
}
</style>