Shades of San Marino #536BA4
Tints of San Marino #536BA4
RGB
CMYK
RGB Variations
Color information
#536BA4 (or 0x536BA4) is known color: San Marino. HEX triplet: 53, 6B and A4. RGB value is (83,107,164). Sum of RGB (Red+Green+Blue) = 83+107+164=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #536BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536BA4 is #AC945B. Grayscale: #6A6A6A. Windows color (decimal): -11310172 or 10775379. OLE color: 10775379.
HSL color Cylindrical-coordinate representation of color #536BA4: hue angle of 222.22º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #536BA4 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 107 | 164 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.36 |
| HSL | 222.22º | 0.33% | 0.48% | - |
| HSV(B) | 222.22º | 0.49% | 0.64% | - |
| XYZ | 15.53 | 15.03 | 37.21 | - |
| YUV | 106.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 107 | 164 | 0.49 | 0.35 | 0 | 0.36 | 222.22 | 0.33 | 0.48 |
| Hex | 53 | 6B | A4 | 31 | 23 | 0 | 24 | DE | 21 | 30 |
| Octal | 123 | 153 | 244 | 61 | 43 | 0 | 44 | 336 | 41 | 60 |
| Binary | 1010011 | 1101011 | 10100100 | 110001 | 100011 | 0 | 100100 | 11011110 | 100001 | 110000 |
Color Harmonies of #536BA4
Complementary color
Monochromatic Colors of #536BA4
Black with #536BA4
Text Example
Text Example
White with #536BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536BA4; }
p { color: rgb(83,107,164); }
H1.HeaderClassName
{
color: #536BA4;
}
.AnyTagClassName
{
color: #536BA4;
}
</style>
background-color css
<style>
a { background-color: #536BA4; }
a { background-color: rgb(83,107,164); }
div.DivClassName
{
background-color: #536BA4;
}
.BgClassName
{
background-color: #536BA4;
}
</style>
border-color css
<style>
span { border-color: #536BA4; }
span { border-color: rgb(83,107,164); }
td.TdClassName
{
border-color: #536BA4;
}
.TagClassName
{
border-color: #536BA4;
}
</style>