Shades of Blue Marguerite #5F4ABC
Tints of Blue Marguerite #5F4ABC
RGB
CMYK
RGB Variations
Color information
#5F4ABC (or 0x5F4ABC) is known color: Blue Marguerite. HEX triplet: 5F, 4A and BC. RGB value is (95,74,188). Sum of RGB (Red+Green+Blue) = 95+74+188=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F4ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4ABC is #A0B543. Grayscale: #5C5C5C. Windows color (decimal): -10532164 or 12339807. OLE color: 12339807.
HSL color Cylindrical-coordinate representation of color #5F4ABC: hue angle of 251.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F4ABC is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 74 | 188 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.26 |
| HSL | 251.05º | 0.46% | 0.51% | - |
| HSV(B) | 251.05º | 0.61% | 0.74% | - |
| XYZ | 16.25 | 10.96 | 48.84 | - |
| YUV | 93.28 | 181.46 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 74 | 188 | 0.49 | 0.61 | 0 | 0.26 | 251.05 | 0.46 | 0.51 |
| Hex | 5F | 4A | BC | 31 | 3D | 0 | 1A | FB | 2E | 33 |
| Octal | 137 | 112 | 274 | 61 | 75 | 0 | 32 | 373 | 56 | 63 |
| Binary | 1011111 | 1001010 | 10111100 | 110001 | 111101 | 0 | 11010 | 11111011 | 101110 | 110011 |
Color Harmonies of #5F4ABC
Complementary color
Monochromatic Colors of #5F4ABC
Black with #5F4ABC
Text Example
Text Example
White with #5F4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4ABC; }
p { color: rgb(95,74,188); }
H1.HeaderClassName
{
color: #5F4ABC;
}
.AnyTagClassName
{
color: #5F4ABC;
}
</style>
background-color css
<style>
a { background-color: #5F4ABC; }
a { background-color: rgb(95,74,188); }
div.DivClassName
{
background-color: #5F4ABC;
}
.BgClassName
{
background-color: #5F4ABC;
}
</style>
border-color css
<style>
span { border-color: #5F4ABC; }
span { border-color: rgb(95,74,188); }
td.TdClassName
{
border-color: #5F4ABC;
}
.TagClassName
{
border-color: #5F4ABC;
}
</style>