Shades of Danube #5B92C2
Tints of Danube #5B92C2
RGB
CMYK
RGB Variations
Color information
#5B92C2 (or 0x5B92C2) is known color: Danube. HEX triplet: 5B, 92 and C2. RGB value is (91,146,194). Sum of RGB (Red+Green+Blue) = 91+146+194=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #5B92C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B92C2 is #A46D3D. Grayscale: #868686. Windows color (decimal): -10775870 or 12751451. OLE color: 12751451.
HSL color Cylindrical-coordinate representation of color #5B92C2: hue angle of 207.96º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B92C2 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 146 | 194 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.24 |
| HSL | 207.96º | 0.46% | 0.56% | - |
| HSV(B) | 207.96º | 0.53% | 0.76% | - |
| XYZ | 24.33 | 26.68 | 54.91 | - |
| YUV | 135.03 | 161.28 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 194 | 0.53 | 0.25 | 0 | 0.24 | 207.96 | 0.46 | 0.56 |
| Hex | 5B | 92 | C2 | 35 | 19 | 0 | 18 | D0 | 2E | 38 |
| Octal | 133 | 222 | 302 | 65 | 31 | 0 | 30 | 320 | 56 | 70 |
| Binary | 1011011 | 10010010 | 11000010 | 110101 | 11001 | 0 | 11000 | 11010000 | 101110 | 111000 |
Color Harmonies of #5B92C2
Complementary color
Monochromatic Colors of #5B92C2
Black with #5B92C2
Text Example
Text Example
White with #5B92C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B92C2; }
p { color: rgb(91,146,194); }
H1.HeaderClassName
{
color: #5B92C2;
}
.AnyTagClassName
{
color: #5B92C2;
}
</style>
background-color css
<style>
a { background-color: #5B92C2; }
a { background-color: rgb(91,146,194); }
div.DivClassName
{
background-color: #5B92C2;
}
.BgClassName
{
background-color: #5B92C2;
}
</style>
border-color css
<style>
span { border-color: #5B92C2; }
span { border-color: rgb(91,146,194); }
td.TdClassName
{
border-color: #5B92C2;
}
.TagClassName
{
border-color: #5B92C2;
}
</style>