Shades of Rich Blue #5F5ABC
Tints of Rich Blue #5F5ABC
RGB
CMYK
RGB Variations
Color information
#5F5ABC (or 0x5F5ABC) is known color: Rich Blue. HEX triplet: 5F, 5A and BC. RGB value is (95,90,188). Sum of RGB (Red+Green+Blue) = 95+90+188=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ABC is #A0A543. Grayscale: #666666. Windows color (decimal): -10528068 or 12343903. OLE color: 12343903.
HSL color Cylindrical-coordinate representation of color #5F5ABC: hue angle of 243.06º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F5ABC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 90 | 188 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.26 |
| HSL | 243.06º | 0.42% | 0.55% | - |
| HSV(B) | 243.06º | 0.52% | 0.74% | - |
| XYZ | 17.45 | 13.38 | 49.24 | - |
| YUV | 102.67 | 176.16 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 90 | 188 | 0.49 | 0.52 | 0 | 0.26 | 243.06 | 0.42 | 0.55 |
| Hex | 5F | 5A | BC | 31 | 34 | 0 | 1A | F3 | 2A | 37 |
| Octal | 137 | 132 | 274 | 61 | 64 | 0 | 32 | 363 | 52 | 67 |
| Binary | 1011111 | 1011010 | 10111100 | 110001 | 110100 | 0 | 11010 | 11110011 | 101010 | 110111 |
Color Harmonies of #5F5ABC
Complementary color
Monochromatic Colors of #5F5ABC
Black with #5F5ABC
Text Example
Text Example
White with #5F5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5ABC; }
p { color: rgb(95,90,188); }
H1.HeaderClassName
{
color: #5F5ABC;
}
.AnyTagClassName
{
color: #5F5ABC;
}
</style>
background-color css
<style>
a { background-color: #5F5ABC; }
a { background-color: rgb(95,90,188); }
div.DivClassName
{
background-color: #5F5ABC;
}
.BgClassName
{
background-color: #5F5ABC;
}
</style>
border-color css
<style>
span { border-color: #5F5ABC; }
span { border-color: rgb(95,90,188); }
td.TdClassName
{
border-color: #5F5ABC;
}
.TagClassName
{
border-color: #5F5ABC;
}
</style>