Shades of San Marino #53669C
Tints of San Marino #53669C
RGB
CMYK
RGB Variations
Color information
#53669C (or 0x53669C) is known color: San Marino. HEX triplet: 53, 66 and 9C. RGB value is (83,102,156). Sum of RGB (Red+Green+Blue) = 83+102+156=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #53669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53669C is #AC9963. Grayscale: #666666. Windows color (decimal): -11311460 or 10249811. OLE color: 10249811.
HSL color Cylindrical-coordinate representation of color #53669C: hue angle of 224.38º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53669C is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 102 | 156 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.39 |
| HSL | 224.38º | 0.31% | 0.47% | - |
| HSV(B) | 224.38º | 0.47% | 0.61% | - |
| XYZ | 14.32 | 13.74 | 33.35 | - |
| YUV | 102.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 156 | 0.47 | 0.35 | 0 | 0.39 | 224.38 | 0.31 | 0.47 |
| Hex | 53 | 66 | 9C | 2F | 23 | 0 | 27 | E0 | 1F | 2F |
| Octal | 123 | 146 | 234 | 57 | 43 | 0 | 47 | 340 | 37 | 57 |
| Binary | 1010011 | 1100110 | 10011100 | 101111 | 100011 | 0 | 100111 | 11100000 | 11111 | 101111 |
Color Harmonies of #53669C
Complementary color
Monochromatic Colors of #53669C
Black with #53669C
Text Example
Text Example
White with #53669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53669C; }
p { color: rgb(83,102,156); }
H1.HeaderClassName
{
color: #53669C;
}
.AnyTagClassName
{
color: #53669C;
}
</style>
background-color css
<style>
a { background-color: #53669C; }
a { background-color: rgb(83,102,156); }
div.DivClassName
{
background-color: #53669C;
}
.BgClassName
{
background-color: #53669C;
}
</style>
border-color css
<style>
span { border-color: #53669C; }
span { border-color: rgb(83,102,156); }
td.TdClassName
{
border-color: #53669C;
}
.TagClassName
{
border-color: #53669C;
}
</style>