Shades of Danube #5C8AB4
Tints of Danube #5C8AB4
RGB
CMYK
RGB Variations
Color information
#5C8AB4 (or 0x5C8AB4) is known color: Danube. HEX triplet: 5C, 8A and B4. RGB value is (92,138,180). Sum of RGB (Red+Green+Blue) = 92+138+180=410 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.44% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #5C8AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8AB4 is #A3754B. Grayscale: #808080. Windows color (decimal): -10712396 or 11831900. OLE color: 11831900.
HSL color Cylindrical-coordinate representation of color #5C8AB4: hue angle of 208.64º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C8AB4 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 138 | 180 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.29 |
| HSL | 208.64º | 0.37% | 0.53% | - |
| HSV(B) | 208.64º | 0.49% | 0.71% | - |
| XYZ | 21.74 | 23.75 | 46.62 | - |
| YUV | 129.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 138 | 180 | 0.49 | 0.23 | 0 | 0.29 | 208.64 | 0.37 | 0.53 |
| Hex | 5C | 8A | B4 | 31 | 17 | 0 | 1D | D1 | 25 | 35 |
| Octal | 134 | 212 | 264 | 61 | 27 | 0 | 35 | 321 | 45 | 65 |
| Binary | 1011100 | 10001010 | 10110100 | 110001 | 10111 | 0 | 11101 | 11010001 | 100101 | 110101 |
Color Harmonies of #5C8AB4
Complementary color
Monochromatic Colors of #5C8AB4
Black with #5C8AB4
Text Example
Text Example
White with #5C8AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8AB4; }
p { color: rgb(92,138,180); }
H1.HeaderClassName
{
color: #5C8AB4;
}
.AnyTagClassName
{
color: #5C8AB4;
}
</style>
background-color css
<style>
a { background-color: #5C8AB4; }
a { background-color: rgb(92,138,180); }
div.DivClassName
{
background-color: #5C8AB4;
}
.BgClassName
{
background-color: #5C8AB4;
}
</style>
border-color css
<style>
span { border-color: #5C8AB4; }
span { border-color: rgb(92,138,180); }
td.TdClassName
{
border-color: #5C8AB4;
}
.TagClassName
{
border-color: #5C8AB4;
}
</style>