Shades of Rich Blue #5255BE
Tints of Rich Blue #5255BE
RGB
CMYK
RGB Variations
Color information
#5255BE (or 0x5255BE) is known color: Rich Blue. HEX triplet: 52, 55 and BE. RGB value is (82,85,190). Sum of RGB (Red+Green+Blue) = 82+85+190=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #5255BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5255BE is #ADAA41. Grayscale: #5F5F5F. Windows color (decimal): -11381314 or 12473682. OLE color: 12473682.
HSL color Cylindrical-coordinate representation of color #5255BE: hue angle of 238.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5255BE is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 85 | 190 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.25 |
| HSL | 238.33º | 0.45% | 0.53% | - |
| HSV(B) | 238.33º | 0.57% | 0.75% | - |
| XYZ | 16.02 | 12.01 | 50.19 | - |
| YUV | 96.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 190 | 0.57 | 0.55 | 0 | 0.25 | 238.33 | 0.45 | 0.53 |
| Hex | 52 | 55 | BE | 39 | 37 | 0 | 19 | EE | 2D | 35 |
| Octal | 122 | 125 | 276 | 71 | 67 | 0 | 31 | 356 | 55 | 65 |
| Binary | 1010010 | 1010101 | 10111110 | 111001 | 110111 | 0 | 11001 | 11101110 | 101101 | 110101 |
Color Harmonies of #5255BE
Complementary color
Monochromatic Colors of #5255BE
Black with #5255BE
Text Example
Text Example
White with #5255BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5255BE; }
p { color: rgb(82,85,190); }
H1.HeaderClassName
{
color: #5255BE;
}
.AnyTagClassName
{
color: #5255BE;
}
</style>
background-color css
<style>
a { background-color: #5255BE; }
a { background-color: rgb(82,85,190); }
div.DivClassName
{
background-color: #5255BE;
}
.BgClassName
{
background-color: #5255BE;
}
</style>
border-color css
<style>
span { border-color: #5255BE; }
span { border-color: rgb(82,85,190); }
td.TdClassName
{
border-color: #5255BE;
}
.TagClassName
{
border-color: #5255BE;
}
</style>