Shades of Rich Blue #5265B3
Tints of Rich Blue #5265B3
RGB
CMYK
RGB Variations
Color information
#5265B3 (or 0x5265B3) is known color: Rich Blue. HEX triplet: 52, 65 and B3. RGB value is (82,101,179). Sum of RGB (Red+Green+Blue) = 82+101+179=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #5265B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5265B3 is #AD9A4C. Grayscale: #676767. Windows color (decimal): -11377229 or 11756882. OLE color: 11756882.
HSL color Cylindrical-coordinate representation of color #5265B3: hue angle of 228.25º 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 #5265B3 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 101 | 179 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.30 |
| HSL | 228.25º | 0.39% | 0.51% | - |
| HSV(B) | 228.25º | 0.54% | 0.7% | - |
| XYZ | 16.27 | 14.36 | 44.56 | - |
| YUV | 104.21 | 170.21 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 179 | 0.54 | 0.44 | 0 | 0.30 | 228.25 | 0.39 | 0.51 |
| Hex | 52 | 65 | B3 | 36 | 2C | 0 | 1E | E4 | 27 | 33 |
| Octal | 122 | 145 | 263 | 66 | 54 | 0 | 36 | 344 | 47 | 63 |
| Binary | 1010010 | 1100101 | 10110011 | 110110 | 101100 | 0 | 11110 | 11100100 | 100111 | 110011 |
Color Harmonies of #5265B3
Complementary color
Monochromatic Colors of #5265B3
Black with #5265B3
Text Example
Text Example
White with #5265B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5265B3; }
p { color: rgb(82,101,179); }
H1.HeaderClassName
{
color: #5265B3;
}
.AnyTagClassName
{
color: #5265B3;
}
</style>
background-color css
<style>
a { background-color: #5265B3; }
a { background-color: rgb(82,101,179); }
div.DivClassName
{
background-color: #5265B3;
}
.BgClassName
{
background-color: #5265B3;
}
</style>
border-color css
<style>
span { border-color: #5265B3; }
span { border-color: rgb(82,101,179); }
td.TdClassName
{
border-color: #5265B3;
}
.TagClassName
{
border-color: #5265B3;
}
</style>