Shades of Rich Blue #525DBB
Tints of Rich Blue #525DBB
RGB
CMYK
RGB Variations
Color information
#525DBB (or 0x525DBB) is known color: Rich Blue. HEX triplet: 52, 5D and BB. RGB value is (82,93,187). Sum of RGB (Red+Green+Blue) = 82+93+187=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #525DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DBB is #ADA244. Grayscale: #646464. Windows color (decimal): -11379269 or 12279122. OLE color: 12279122.
HSL color Cylindrical-coordinate representation of color #525DBB: hue angle of 233.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #525DBB is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 93 | 187 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.27 |
| HSL | 233.71º | 0.44% | 0.53% | - |
| HSV(B) | 233.71º | 0.56% | 0.73% | - |
| XYZ | 16.36 | 13.21 | 48.7 | - |
| YUV | 100.43 | 176.86 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 187 | 0.56 | 0.50 | 0 | 0.27 | 233.71 | 0.44 | 0.53 |
| Hex | 52 | 5D | BB | 38 | 32 | 0 | 1B | EA | 2C | 35 |
| Octal | 122 | 135 | 273 | 70 | 62 | 0 | 33 | 352 | 54 | 65 |
| Binary | 1010010 | 1011101 | 10111011 | 111000 | 110010 | 0 | 11011 | 11101010 | 101100 | 110101 |
Color Harmonies of #525DBB
Complementary color
Monochromatic Colors of #525DBB
Black with #525DBB
Text Example
Text Example
White with #525DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DBB; }
p { color: rgb(82,93,187); }
H1.HeaderClassName
{
color: #525DBB;
}
.AnyTagClassName
{
color: #525DBB;
}
</style>
background-color css
<style>
a { background-color: #525DBB; }
a { background-color: rgb(82,93,187); }
div.DivClassName
{
background-color: #525DBB;
}
.BgClassName
{
background-color: #525DBB;
}
</style>
border-color css
<style>
span { border-color: #525DBB; }
span { border-color: rgb(82,93,187); }
td.TdClassName
{
border-color: #525DBB;
}
.TagClassName
{
border-color: #525DBB;
}
</style>