Shades of Rich Blue #525CB3
Tints of Rich Blue #525CB3
RGB
CMYK
RGB Variations
Color information
#525CB3 (or 0x525CB3) is known color: Rich Blue. HEX triplet: 52, 5C and B3. RGB value is (82,92,179). Sum of RGB (Red+Green+Blue) = 82+92+179=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #525CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CB3 is #ADA34C. Grayscale: #626262. Windows color (decimal): -11379533 or 11754578. OLE color: 11754578.
HSL color Cylindrical-coordinate representation of color #525CB3: hue angle of 233.81º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #525CB3 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 92 | 179 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.30 |
| HSL | 233.81º | 0.39% | 0.51% | - |
| HSV(B) | 233.81º | 0.54% | 0.7% | - |
| XYZ | 15.44 | 12.7 | 44.29 | - |
| YUV | 98.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 179 | 0.54 | 0.49 | 0 | 0.30 | 233.81 | 0.39 | 0.51 |
| Hex | 52 | 5C | B3 | 36 | 31 | 0 | 1E | EA | 27 | 33 |
| Octal | 122 | 134 | 263 | 66 | 61 | 0 | 36 | 352 | 47 | 63 |
| Binary | 1010010 | 1011100 | 10110011 | 110110 | 110001 | 0 | 11110 | 11101010 | 100111 | 110011 |
Color Harmonies of #525CB3
Complementary color
Monochromatic Colors of #525CB3
Black with #525CB3
Text Example
Text Example
White with #525CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CB3; }
p { color: rgb(82,92,179); }
H1.HeaderClassName
{
color: #525CB3;
}
.AnyTagClassName
{
color: #525CB3;
}
</style>
background-color css
<style>
a { background-color: #525CB3; }
a { background-color: rgb(82,92,179); }
div.DivClassName
{
background-color: #525CB3;
}
.BgClassName
{
background-color: #525CB3;
}
</style>
border-color css
<style>
span { border-color: #525CB3; }
span { border-color: rgb(82,92,179); }
td.TdClassName
{
border-color: #525CB3;
}
.TagClassName
{
border-color: #525CB3;
}
</style>