Shades of Danube #658BB5
Tints of Danube #658BB5
RGB
CMYK
RGB Variations
Color information
#658BB5 (or 0x658BB5) is known color: Danube. HEX triplet: 65, 8B and B5. RGB value is (101,139,181). Sum of RGB (Red+Green+Blue) = 101+139+181=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 181 - color contains mainly: blue. Hex color #658BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BB5 is #9A744A. Grayscale: #848484. Windows color (decimal): -10122315 or 11897701. OLE color: 11897701.
HSL color Cylindrical-coordinate representation of color #658BB5: hue angle of 211.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #658BB5 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 139 | 181 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.29 |
| HSL | 211.5º | 0.35% | 0.55% | - |
| HSV(B) | 211.5º | 0.44% | 0.71% | - |
| XYZ | 22.94 | 24.57 | 47.25 | - |
| YUV | 132.43 | 155.41 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 181 | 0.44 | 0.23 | 0 | 0.29 | 211.5 | 0.35 | 0.55 |
| Hex | 65 | 8B | B5 | 2C | 17 | 0 | 1D | D4 | 23 | 37 |
| Octal | 145 | 213 | 265 | 54 | 27 | 0 | 35 | 324 | 43 | 67 |
| Binary | 1100101 | 10001011 | 10110101 | 101100 | 10111 | 0 | 11101 | 11010100 | 100011 | 110111 |
Color Harmonies of #658BB5
Complementary color
Monochromatic Colors of #658BB5
Black with #658BB5
Text Example
Text Example
White with #658BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BB5; }
p { color: rgb(101,139,181); }
H1.HeaderClassName
{
color: #658BB5;
}
.AnyTagClassName
{
color: #658BB5;
}
</style>
background-color css
<style>
a { background-color: #658BB5; }
a { background-color: rgb(101,139,181); }
div.DivClassName
{
background-color: #658BB5;
}
.BgClassName
{
background-color: #658BB5;
}
</style>
border-color css
<style>
span { border-color: #658BB5; }
span { border-color: rgb(101,139,181); }
td.TdClassName
{
border-color: #658BB5;
}
.TagClassName
{
border-color: #658BB5;
}
</style>