Shades of Rich Blue #525CB6
Tints of Rich Blue #525CB6
RGB
CMYK
RGB Variations
Color information
#525CB6 (or 0x525CB6) is known color: Rich Blue. HEX triplet: 52, 5C and B6. RGB value is (82,92,182). Sum of RGB (Red+Green+Blue) = 82+92+182=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #525CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CB6 is #ADA349. Grayscale: #626262. Windows color (decimal): -11379530 or 11951186. OLE color: 11951186.
HSL color Cylindrical-coordinate representation of color #525CB6: hue angle of 234º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #525CB6 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 92 | 182 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.29 |
| HSL | 234º | 0.41% | 0.52% | - |
| HSV(B) | 234º | 0.55% | 0.71% | - |
| XYZ | 15.75 | 12.83 | 45.9 | - |
| YUV | 99.27 | 174.69 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 182 | 0.55 | 0.49 | 0 | 0.29 | 234 | 0.41 | 0.52 |
| Hex | 52 | 5C | B6 | 37 | 31 | 0 | 1D | EA | 29 | 34 |
| Octal | 122 | 134 | 266 | 67 | 61 | 0 | 35 | 352 | 51 | 64 |
| Binary | 1010010 | 1011100 | 10110110 | 110111 | 110001 | 0 | 11101 | 11101010 | 101001 | 110100 |
Color Harmonies of #525CB6
Complementary color
Monochromatic Colors of #525CB6
Black with #525CB6
Text Example
Text Example
White with #525CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CB6; }
p { color: rgb(82,92,182); }
H1.HeaderClassName
{
color: #525CB6;
}
.AnyTagClassName
{
color: #525CB6;
}
</style>
background-color css
<style>
a { background-color: #525CB6; }
a { background-color: rgb(82,92,182); }
div.DivClassName
{
background-color: #525CB6;
}
.BgClassName
{
background-color: #525CB6;
}
</style>
border-color css
<style>
span { border-color: #525CB6; }
span { border-color: rgb(82,92,182); }
td.TdClassName
{
border-color: #525CB6;
}
.TagClassName
{
border-color: #525CB6;
}
</style>