Shades of Rich Blue #575BB8
Tints of Rich Blue #575BB8
RGB
CMYK
RGB Variations
Color information
#575BB8 (or 0x575BB8) is known color: Rich Blue. HEX triplet: 57, 5B and B8. RGB value is (87,91,184). Sum of RGB (Red+Green+Blue) = 87+91+184=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #575BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BB8 is #A8A447. Grayscale: #646464. Windows color (decimal): -11052104 or 12082007. OLE color: 12082007.
HSL color Cylindrical-coordinate representation of color #575BB8: hue angle of 237.53º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #575BB8 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 91 | 184 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.28 |
| HSL | 237.53º | 0.41% | 0.53% | - |
| HSV(B) | 237.53º | 0.53% | 0.72% | - |
| XYZ | 16.32 | 12.97 | 46.99 | - |
| YUV | 100.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 184 | 0.53 | 0.51 | 0 | 0.28 | 237.53 | 0.41 | 0.53 |
| Hex | 57 | 5B | B8 | 35 | 33 | 0 | 1C | EE | 29 | 35 |
| Octal | 127 | 133 | 270 | 65 | 63 | 0 | 34 | 356 | 51 | 65 |
| Binary | 1010111 | 1011011 | 10111000 | 110101 | 110011 | 0 | 11100 | 11101110 | 101001 | 110101 |
Color Harmonies of #575BB8
Complementary color
Monochromatic Colors of #575BB8
Black with #575BB8
Text Example
Text Example
White with #575BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BB8; }
p { color: rgb(87,91,184); }
H1.HeaderClassName
{
color: #575BB8;
}
.AnyTagClassName
{
color: #575BB8;
}
</style>
background-color css
<style>
a { background-color: #575BB8; }
a { background-color: rgb(87,91,184); }
div.DivClassName
{
background-color: #575BB8;
}
.BgClassName
{
background-color: #575BB8;
}
</style>
border-color css
<style>
span { border-color: #575BB8; }
span { border-color: rgb(87,91,184); }
td.TdClassName
{
border-color: #575BB8;
}
.TagClassName
{
border-color: #575BB8;
}
</style>