Shades of Rich Blue #575FB4
Tints of Rich Blue #575FB4
RGB
CMYK
RGB Variations
Color information
#575FB4 (or 0x575FB4) is known color: Rich Blue. HEX triplet: 57, 5F and B4. RGB value is (87,95,180). Sum of RGB (Red+Green+Blue) = 87+95+180=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #575FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FB4 is #A8A04B. Grayscale: #656565. Windows color (decimal): -11051084 or 11820887. OLE color: 11820887.
HSL color Cylindrical-coordinate representation of color #575FB4: hue angle of 234.84º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #575FB4 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 95 | 180 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.29 |
| HSL | 234.84º | 0.38% | 0.52% | - |
| HSV(B) | 234.84º | 0.52% | 0.71% | - |
| XYZ | 16.26 | 13.51 | 44.93 | - |
| YUV | 102.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 180 | 0.52 | 0.47 | 0 | 0.29 | 234.84 | 0.38 | 0.52 |
| Hex | 57 | 5F | B4 | 34 | 2F | 0 | 1D | EB | 26 | 34 |
| Octal | 127 | 137 | 264 | 64 | 57 | 0 | 35 | 353 | 46 | 64 |
| Binary | 1010111 | 1011111 | 10110100 | 110100 | 101111 | 0 | 11101 | 11101011 | 100110 | 110100 |
Color Harmonies of #575FB4
Complementary color
Monochromatic Colors of #575FB4
Black with #575FB4
Text Example
Text Example
White with #575FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575FB4; }
p { color: rgb(87,95,180); }
H1.HeaderClassName
{
color: #575FB4;
}
.AnyTagClassName
{
color: #575FB4;
}
</style>
background-color css
<style>
a { background-color: #575FB4; }
a { background-color: rgb(87,95,180); }
div.DivClassName
{
background-color: #575FB4;
}
.BgClassName
{
background-color: #575FB4;
}
</style>
border-color css
<style>
span { border-color: #575FB4; }
span { border-color: rgb(87,95,180); }
td.TdClassName
{
border-color: #575FB4;
}
.TagClassName
{
border-color: #575FB4;
}
</style>