Shades of Rich Blue #5255BC
Tints of Rich Blue #5255BC
RGB
CMYK
RGB Variations
Color information
#5255BC (or 0x5255BC) is known color: Rich Blue. HEX triplet: 52, 55 and BC. RGB value is (82,85,188). Sum of RGB (Red+Green+Blue) = 82+85+188=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #5255BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5255BC is #ADAA43. Grayscale: #5F5F5F. Windows color (decimal): -11381316 or 12342610. OLE color: 12342610.
HSL color Cylindrical-coordinate representation of color #5255BC: hue angle of 238.3º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5255BC is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 85 | 188 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.26 |
| HSL | 238.3º | 0.44% | 0.53% | - |
| HSV(B) | 238.3º | 0.56% | 0.74% | - |
| XYZ | 15.81 | 11.92 | 49.05 | - |
| YUV | 95.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 188 | 0.56 | 0.55 | 0 | 0.26 | 238.3 | 0.44 | 0.53 |
| Hex | 52 | 55 | BC | 38 | 37 | 0 | 1A | EE | 2C | 35 |
| Octal | 122 | 125 | 274 | 70 | 67 | 0 | 32 | 356 | 54 | 65 |
| Binary | 1010010 | 1010101 | 10111100 | 111000 | 110111 | 0 | 11010 | 11101110 | 101100 | 110101 |
Color Harmonies of #5255BC
Complementary color
Monochromatic Colors of #5255BC
Black with #5255BC
Text Example
Text Example
White with #5255BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5255BC; }
p { color: rgb(82,85,188); }
H1.HeaderClassName
{
color: #5255BC;
}
.AnyTagClassName
{
color: #5255BC;
}
</style>
background-color css
<style>
a { background-color: #5255BC; }
a { background-color: rgb(82,85,188); }
div.DivClassName
{
background-color: #5255BC;
}
.BgClassName
{
background-color: #5255BC;
}
</style>
border-color css
<style>
span { border-color: #5255BC; }
span { border-color: rgb(82,85,188); }
td.TdClassName
{
border-color: #5255BC;
}
.TagClassName
{
border-color: #5255BC;
}
</style>