Shades of Rich Blue #5762B6
Tints of Rich Blue #5762B6
RGB
CMYK
RGB Variations
Color information
#5762B6 (or 0x5762B6) is known color: Rich Blue. HEX triplet: 57, 62 and B6. RGB value is (87,98,182). Sum of RGB (Red+Green+Blue) = 87+98+182=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #5762B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5762B6 is #A89D49. Grayscale: #676767. Windows color (decimal): -11050314 or 11952727. OLE color: 11952727.
HSL color Cylindrical-coordinate representation of color #5762B6: hue angle of 233.05º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5762B6 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 98 | 182 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.29 |
| HSL | 233.05º | 0.39% | 0.53% | - |
| HSV(B) | 233.05º | 0.52% | 0.71% | - |
| XYZ | 16.74 | 14.14 | 46.1 | - |
| YUV | 104.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 182 | 0.52 | 0.46 | 0 | 0.29 | 233.05 | 0.39 | 0.53 |
| Hex | 57 | 62 | B6 | 34 | 2E | 0 | 1D | E9 | 27 | 35 |
| Octal | 127 | 142 | 266 | 64 | 56 | 0 | 35 | 351 | 47 | 65 |
| Binary | 1010111 | 1100010 | 10110110 | 110100 | 101110 | 0 | 11101 | 11101001 | 100111 | 110101 |
Color Harmonies of #5762B6
Complementary color
Monochromatic Colors of #5762B6
Black with #5762B6
Text Example
Text Example
White with #5762B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5762B6; }
p { color: rgb(87,98,182); }
H1.HeaderClassName
{
color: #5762B6;
}
.AnyTagClassName
{
color: #5762B6;
}
</style>
background-color css
<style>
a { background-color: #5762B6; }
a { background-color: rgb(87,98,182); }
div.DivClassName
{
background-color: #5762B6;
}
.BgClassName
{
background-color: #5762B6;
}
</style>
border-color css
<style>
span { border-color: #5762B6; }
span { border-color: rgb(87,98,182); }
td.TdClassName
{
border-color: #5762B6;
}
.TagClassName
{
border-color: #5762B6;
}
</style>