Shades of Danube #5C8FBE
Tints of Danube #5C8FBE
RGB
CMYK
RGB Variations
Color information
#5C8FBE (or 0x5C8FBE) is known color: Danube. HEX triplet: 5C, 8F and BE. RGB value is (92,143,190). Sum of RGB (Red+Green+Blue) = 92+143+190=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C8FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8FBE is #A37041. Grayscale: #848484. Windows color (decimal): -10711106 or 12488540. OLE color: 12488540.
HSL color Cylindrical-coordinate representation of color #5C8FBE: hue angle of 208.78º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C8FBE is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 143 | 190 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.25 |
| HSL | 208.78º | 0.43% | 0.55% | - |
| HSV(B) | 208.78º | 0.52% | 0.75% | - |
| XYZ | 23.53 | 25.64 | 52.42 | - |
| YUV | 133.11 | 160.1 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 143 | 190 | 0.52 | 0.25 | 0 | 0.25 | 208.78 | 0.43 | 0.55 |
| Hex | 5C | 8F | BE | 34 | 19 | 0 | 19 | D1 | 2B | 37 |
| Octal | 134 | 217 | 276 | 64 | 31 | 0 | 31 | 321 | 53 | 67 |
| Binary | 1011100 | 10001111 | 10111110 | 110100 | 11001 | 0 | 11001 | 11010001 | 101011 | 110111 |
Color Harmonies of #5C8FBE
Complementary color
Monochromatic Colors of #5C8FBE
Black with #5C8FBE
Text Example
Text Example
White with #5C8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8FBE; }
p { color: rgb(92,143,190); }
H1.HeaderClassName
{
color: #5C8FBE;
}
.AnyTagClassName
{
color: #5C8FBE;
}
</style>
background-color css
<style>
a { background-color: #5C8FBE; }
a { background-color: rgb(92,143,190); }
div.DivClassName
{
background-color: #5C8FBE;
}
.BgClassName
{
background-color: #5C8FBE;
}
</style>
border-color css
<style>
span { border-color: #5C8FBE; }
span { border-color: rgb(92,143,190); }
td.TdClassName
{
border-color: #5C8FBE;
}
.TagClassName
{
border-color: #5C8FBE;
}
</style>