Shades of San Marino #5B6EA4
Tints of San Marino #5B6EA4
RGB
CMYK
RGB Variations
Color information
#5B6EA4 (or 0x5B6EA4) is known color: San Marino. HEX triplet: 5B, 6E and A4. RGB value is (91,110,164). Sum of RGB (Red+Green+Blue) = 91+110+164=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #5B6EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6EA4 is #A4915B. Grayscale: #6E6E6E. Windows color (decimal): -10785116 or 10776155. OLE color: 10776155.
HSL color Cylindrical-coordinate representation of color #5B6EA4: hue angle of 224.38º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B6EA4 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 110 | 164 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.36 |
| HSL | 224.38º | 0.29% | 0.5% | - |
| HSV(B) | 224.38º | 0.45% | 0.64% | - |
| XYZ | 16.59 | 16.06 | 37.35 | - |
| YUV | 110.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 110 | 164 | 0.45 | 0.33 | 0 | 0.36 | 224.38 | 0.29 | 0.5 |
| Hex | 5B | 6E | A4 | 2D | 21 | 0 | 24 | E0 | 1D | 32 |
| Octal | 133 | 156 | 244 | 55 | 41 | 0 | 44 | 340 | 35 | 62 |
| Binary | 1011011 | 1101110 | 10100100 | 101101 | 100001 | 0 | 100100 | 11100000 | 11101 | 110010 |
Color Harmonies of #5B6EA4
Complementary color
Monochromatic Colors of #5B6EA4
Black with #5B6EA4
Text Example
Text Example
White with #5B6EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6EA4; }
p { color: rgb(91,110,164); }
H1.HeaderClassName
{
color: #5B6EA4;
}
.AnyTagClassName
{
color: #5B6EA4;
}
</style>
background-color css
<style>
a { background-color: #5B6EA4; }
a { background-color: rgb(91,110,164); }
div.DivClassName
{
background-color: #5B6EA4;
}
.BgClassName
{
background-color: #5B6EA4;
}
</style>
border-color css
<style>
span { border-color: #5B6EA4; }
span { border-color: rgb(91,110,164); }
td.TdClassName
{
border-color: #5B6EA4;
}
.TagClassName
{
border-color: #5B6EA4;
}
</style>