Shades of Danube #538FCB
Tints of Danube #538FCB
RGB
CMYK
RGB Variations
Color information
#538FCB (or 0x538FCB) is known color: Danube. HEX triplet: 53, 8F and CB. RGB value is (83,143,203). Sum of RGB (Red+Green+Blue) = 83+143+203=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #538FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FCB is #AC7034. Grayscale: #838383. Windows color (decimal): -11300917 or 13340499. OLE color: 13340499.
HSL color Cylindrical-coordinate representation of color #538FCB: hue angle of 210º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #538FCB is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 143 | 203 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.20 |
| HSL | 210º | 0.54% | 0.56% | - |
| HSV(B) | 210º | 0.59% | 0.8% | - |
| XYZ | 24.17 | 25.8 | 60.21 | - |
| YUV | 131.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 203 | 0.59 | 0.30 | 0 | 0.20 | 210 | 0.54 | 0.56 |
| Hex | 53 | 8F | CB | 3B | 1E | 0 | 14 | D2 | 36 | 38 |
| Octal | 123 | 217 | 313 | 73 | 36 | 0 | 24 | 322 | 66 | 70 |
| Binary | 1010011 | 10001111 | 11001011 | 111011 | 11110 | 0 | 10100 | 11010010 | 110110 | 111000 |
Color Harmonies of #538FCB
Complementary color
Monochromatic Colors of #538FCB
Black with #538FCB
Text Example
Text Example
White with #538FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FCB; }
p { color: rgb(83,143,203); }
H1.HeaderClassName
{
color: #538FCB;
}
.AnyTagClassName
{
color: #538FCB;
}
</style>
background-color css
<style>
a { background-color: #538FCB; }
a { background-color: rgb(83,143,203); }
div.DivClassName
{
background-color: #538FCB;
}
.BgClassName
{
background-color: #538FCB;
}
</style>
border-color css
<style>
span { border-color: #538FCB; }
span { border-color: rgb(83,143,203); }
td.TdClassName
{
border-color: #538FCB;
}
.TagClassName
{
border-color: #538FCB;
}
</style>