Shades of Rich Blue #575AB4
Tints of Rich Blue #575AB4
RGB
CMYK
RGB Variations
Color information
#575AB4 (or 0x575AB4) is known color: Rich Blue. HEX triplet: 57, 5A and B4. RGB value is (87,90,180). Sum of RGB (Red+Green+Blue) = 87+90+180=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #575AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AB4 is #A8A54B. Grayscale: #626262. Windows color (decimal): -11052364 or 11819607. OLE color: 11819607.
HSL color Cylindrical-coordinate representation of color #575AB4: hue angle of 238.06º 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 #575AB4 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 90 | 180 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.29 |
| HSL | 238.06º | 0.38% | 0.52% | - |
| HSV(B) | 238.06º | 0.52% | 0.71% | - |
| XYZ | 15.82 | 12.63 | 44.78 | - |
| YUV | 99.36 | 173.51 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 180 | 0.52 | 0.50 | 0 | 0.29 | 238.06 | 0.38 | 0.52 |
| Hex | 57 | 5A | B4 | 34 | 32 | 0 | 1D | EE | 26 | 34 |
| Octal | 127 | 132 | 264 | 64 | 62 | 0 | 35 | 356 | 46 | 64 |
| Binary | 1010111 | 1011010 | 10110100 | 110100 | 110010 | 0 | 11101 | 11101110 | 100110 | 110100 |
Color Harmonies of #575AB4
Complementary color
Monochromatic Colors of #575AB4
Black with #575AB4
Text Example
Text Example
White with #575AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575AB4; }
p { color: rgb(87,90,180); }
H1.HeaderClassName
{
color: #575AB4;
}
.AnyTagClassName
{
color: #575AB4;
}
</style>
background-color css
<style>
a { background-color: #575AB4; }
a { background-color: rgb(87,90,180); }
div.DivClassName
{
background-color: #575AB4;
}
.BgClassName
{
background-color: #575AB4;
}
</style>
border-color css
<style>
span { border-color: #575AB4; }
span { border-color: rgb(87,90,180); }
td.TdClassName
{
border-color: #575AB4;
}
.TagClassName
{
border-color: #575AB4;
}
</style>