Shades of San Marino #5369AB
Tints of San Marino #5369AB
RGB
CMYK
RGB Variations
Color information
#5369AB (or 0x5369AB) is known color: San Marino. HEX triplet: 53, 69 and AB. RGB value is (83,105,171). Sum of RGB (Red+Green+Blue) = 83+105+171=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #5369AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5369AB is #AC9654. Grayscale: #696969. Windows color (decimal): -11310677 or 11233619. OLE color: 11233619.
HSL color Cylindrical-coordinate representation of color #5369AB: hue angle of 225º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5369AB is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 105 | 171 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.33 |
| HSL | 225º | 0.35% | 0.5% | - |
| HSV(B) | 225º | 0.51% | 0.67% | - |
| XYZ | 15.97 | 14.88 | 40.56 | - |
| YUV | 105.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 171 | 0.51 | 0.39 | 0 | 0.33 | 225 | 0.35 | 0.5 |
| Hex | 53 | 69 | AB | 33 | 27 | 0 | 21 | E1 | 23 | 32 |
| Octal | 123 | 151 | 253 | 63 | 47 | 0 | 41 | 341 | 43 | 62 |
| Binary | 1010011 | 1101001 | 10101011 | 110011 | 100111 | 0 | 100001 | 11100001 | 100011 | 110010 |
Color Harmonies of #5369AB
Complementary color
Monochromatic Colors of #5369AB
Black with #5369AB
Text Example
Text Example
White with #5369AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5369AB; }
p { color: rgb(83,105,171); }
H1.HeaderClassName
{
color: #5369AB;
}
.AnyTagClassName
{
color: #5369AB;
}
</style>
background-color css
<style>
a { background-color: #5369AB; }
a { background-color: rgb(83,105,171); }
div.DivClassName
{
background-color: #5369AB;
}
.BgClassName
{
background-color: #5369AB;
}
</style>
border-color css
<style>
span { border-color: #5369AB; }
span { border-color: rgb(83,105,171); }
td.TdClassName
{
border-color: #5369AB;
}
.TagClassName
{
border-color: #5369AB;
}
</style>