Shades of Danube #538FC9
Tints of Danube #538FC9
RGB
CMYK
RGB Variations
Color information
#538FC9 (or 0x538FC9) is known color: Danube. HEX triplet: 53, 8F and C9. RGB value is (83,143,201). Sum of RGB (Red+Green+Blue) = 83+143+201=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #538FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FC9 is #AC7036. Grayscale: #838383. Windows color (decimal): -11300919 or 13209427. OLE color: 13209427.
HSL color Cylindrical-coordinate representation of color #538FC9: hue angle of 209.49º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #538FC9 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 143 | 201 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.21 |
| HSL | 209.49º | 0.52% | 0.56% | - |
| HSV(B) | 209.49º | 0.59% | 0.79% | - |
| XYZ | 23.93 | 25.7 | 58.96 | - |
| YUV | 131.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 201 | 0.59 | 0.29 | 0 | 0.21 | 209.49 | 0.52 | 0.56 |
| Hex | 53 | 8F | C9 | 3B | 1D | 0 | 15 | D1 | 34 | 38 |
| Octal | 123 | 217 | 311 | 73 | 35 | 0 | 25 | 321 | 64 | 70 |
| Binary | 1010011 | 10001111 | 11001001 | 111011 | 11101 | 0 | 10101 | 11010001 | 110100 | 111000 |
Color Harmonies of #538FC9
Complementary color
Monochromatic Colors of #538FC9
Black with #538FC9
Text Example
Text Example
White with #538FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FC9; }
p { color: rgb(83,143,201); }
H1.HeaderClassName
{
color: #538FC9;
}
.AnyTagClassName
{
color: #538FC9;
}
</style>
background-color css
<style>
a { background-color: #538FC9; }
a { background-color: rgb(83,143,201); }
div.DivClassName
{
background-color: #538FC9;
}
.BgClassName
{
background-color: #538FC9;
}
</style>
border-color css
<style>
span { border-color: #538FC9; }
span { border-color: rgb(83,143,201); }
td.TdClassName
{
border-color: #538FC9;
}
.TagClassName
{
border-color: #538FC9;
}
</style>