Shades of Rich Blue #5C59AF
Tints of Rich Blue #5C59AF
RGB
CMYK
RGB Variations
Color information
#5C59AF (or 0x5C59AF) is known color: Rich Blue. HEX triplet: 5C, 59 and AF. RGB value is (92,89,175). Sum of RGB (Red+Green+Blue) = 92+89+175=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C59AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C59AF is #A3A650. Grayscale: #636363. Windows color (decimal): -10724945 or 11491676. OLE color: 11491676.
HSL color Cylindrical-coordinate representation of color #5C59AF: hue angle of 242.09º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C59AF is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 89 | 175 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.31 |
| HSL | 242.09º | 0.35% | 0.52% | - |
| HSV(B) | 242.09º | 0.49% | 0.69% | - |
| XYZ | 15.72 | 12.52 | 42.14 | - |
| YUV | 99.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 175 | 0.47 | 0.49 | 0 | 0.31 | 242.09 | 0.35 | 0.52 |
| Hex | 5C | 59 | AF | 2F | 31 | 0 | 1F | F2 | 23 | 34 |
| Octal | 134 | 131 | 257 | 57 | 61 | 0 | 37 | 362 | 43 | 64 |
| Binary | 1011100 | 1011001 | 10101111 | 101111 | 110001 | 0 | 11111 | 11110010 | 100011 | 110100 |
Color Harmonies of #5C59AF
Complementary color
Monochromatic Colors of #5C59AF
Black with #5C59AF
Text Example
Text Example
White with #5C59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C59AF; }
p { color: rgb(92,89,175); }
H1.HeaderClassName
{
color: #5C59AF;
}
.AnyTagClassName
{
color: #5C59AF;
}
</style>
background-color css
<style>
a { background-color: #5C59AF; }
a { background-color: rgb(92,89,175); }
div.DivClassName
{
background-color: #5C59AF;
}
.BgClassName
{
background-color: #5C59AF;
}
</style>
border-color css
<style>
span { border-color: #5C59AF; }
span { border-color: rgb(92,89,175); }
td.TdClassName
{
border-color: #5C59AF;
}
.TagClassName
{
border-color: #5C59AF;
}
</style>