Shades of Danube #5A91CB
Tints of Danube #5A91CB
RGB
CMYK
RGB Variations
Color information
#5A91CB (or 0x5A91CB) is known color: Danube. HEX triplet: 5A, 91 and CB. RGB value is (90,145,203). Sum of RGB (Red+Green+Blue) = 90+145+203=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A91CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A91CB is #A56E34. Grayscale: #868686. Windows color (decimal): -10841653 or 13341018. OLE color: 13341018.
HSL color Cylindrical-coordinate representation of color #5A91CB: hue angle of 210.8º 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 #5A91CB is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 145 | 203 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.20 |
| HSL | 210.8º | 0.52% | 0.57% | - |
| HSV(B) | 210.8º | 0.56% | 0.8% | - |
| XYZ | 25.12 | 26.74 | 60.34 | - |
| YUV | 135.17 | 166.28 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 145 | 203 | 0.56 | 0.29 | 0 | 0.20 | 210.8 | 0.52 | 0.57 |
| Hex | 5A | 91 | CB | 38 | 1D | 0 | 14 | D3 | 34 | 39 |
| Octal | 132 | 221 | 313 | 70 | 35 | 0 | 24 | 323 | 64 | 71 |
| Binary | 1011010 | 10010001 | 11001011 | 111000 | 11101 | 0 | 10100 | 11010011 | 110100 | 111001 |
Color Harmonies of #5A91CB
Complementary color
Monochromatic Colors of #5A91CB
Black with #5A91CB
Text Example
Text Example
White with #5A91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A91CB; }
p { color: rgb(90,145,203); }
H1.HeaderClassName
{
color: #5A91CB;
}
.AnyTagClassName
{
color: #5A91CB;
}
</style>
background-color css
<style>
a { background-color: #5A91CB; }
a { background-color: rgb(90,145,203); }
div.DivClassName
{
background-color: #5A91CB;
}
.BgClassName
{
background-color: #5A91CB;
}
</style>
border-color css
<style>
span { border-color: #5A91CB; }
span { border-color: rgb(90,145,203); }
td.TdClassName
{
border-color: #5A91CB;
}
.TagClassName
{
border-color: #5A91CB;
}
</style>