Shades of Rich Blue #5C4BAB
Tints of Rich Blue #5C4BAB
RGB
CMYK
RGB Variations
Color information
#5C4BAB (or 0x5C4BAB) is known color: Rich Blue. HEX triplet: 5C, 4B and AB. RGB value is (92,75,171). Sum of RGB (Red+Green+Blue) = 92+75+171=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C4BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4BAB is #A3B454. Grayscale: #5A5A5A. Windows color (decimal): -10728533 or 11225948. OLE color: 11225948.
HSL color Cylindrical-coordinate representation of color #5C4BAB: hue angle of 250.63º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C4BAB is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 75 | 171 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.33 |
| HSL | 250.63º | 0.39% | 0.48% | - |
| HSV(B) | 250.63º | 0.56% | 0.67% | - |
| XYZ | 14.28 | 10.25 | 39.75 | - |
| YUV | 91.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 75 | 171 | 0.46 | 0.56 | 0 | 0.33 | 250.63 | 0.39 | 0.48 |
| Hex | 5C | 4B | AB | 2E | 38 | 0 | 21 | FB | 27 | 30 |
| Octal | 134 | 113 | 253 | 56 | 70 | 0 | 41 | 373 | 47 | 60 |
| Binary | 1011100 | 1001011 | 10101011 | 101110 | 111000 | 0 | 100001 | 11111011 | 100111 | 110000 |
Color Harmonies of #5C4BAB
Complementary color
Monochromatic Colors of #5C4BAB
Black with #5C4BAB
Text Example
Text Example
White with #5C4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4BAB; }
p { color: rgb(92,75,171); }
H1.HeaderClassName
{
color: #5C4BAB;
}
.AnyTagClassName
{
color: #5C4BAB;
}
</style>
background-color css
<style>
a { background-color: #5C4BAB; }
a { background-color: rgb(92,75,171); }
div.DivClassName
{
background-color: #5C4BAB;
}
.BgClassName
{
background-color: #5C4BAB;
}
</style>
border-color css
<style>
span { border-color: #5C4BAB; }
span { border-color: rgb(92,75,171); }
td.TdClassName
{
border-color: #5C4BAB;
}
.TagClassName
{
border-color: #5C4BAB;
}
</style>