Shades of San Juan #45525A
Tints of San Juan #45525A
RGB
CMYK
RGB Variations
Color information
#45525A (or 0x45525A) is known color: San Juan. HEX triplet: 45, 52 and 5A. RGB value is (69,82,90). Sum of RGB (Red+Green+Blue) = 69+82+90=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 90 - color contains mainly: blue. Hex color #45525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45525A is #BAADA5. Grayscale: #4E4E4E. Windows color (decimal): -12234150 or 5919301. OLE color: 5919301.
HSL color Cylindrical-coordinate representation of color #45525A: hue angle of 202.86º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #45525A is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 82 | 90 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.65 |
| HSL | 202.86º | 0.13% | 0.31% | - |
| HSV(B) | 202.86º | 0.23% | 0.35% | - |
| XYZ | 7.32 | 8.04 | 10.84 | - |
| YUV | 79.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 90 | 0.23 | 0.09 | 0 | 0.65 | 202.86 | 0.13 | 0.31 |
| Hex | 45 | 52 | 5A | 17 | 9 | 0 | 41 | CB | D | 1F |
| Octal | 105 | 122 | 132 | 27 | 11 | 0 | 101 | 313 | 15 | 37 |
| Binary | 1000101 | 1010010 | 1011010 | 10111 | 1001 | 0 | 1000001 | 11001011 | 1101 | 11111 |
Color Harmonies of #45525A
Complementary color
Monochromatic Colors of #45525A
Black with #45525A
Text Example
Text Example
White with #45525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45525A; }
p { color: rgb(69,82,90); }
H1.HeaderClassName
{
color: #45525A;
}
.AnyTagClassName
{
color: #45525A;
}
</style>
background-color css
<style>
a { background-color: #45525A; }
a { background-color: rgb(69,82,90); }
div.DivClassName
{
background-color: #45525A;
}
.BgClassName
{
background-color: #45525A;
}
</style>
border-color css
<style>
span { border-color: #45525A; }
span { border-color: rgb(69,82,90); }
td.TdClassName
{
border-color: #45525A;
}
.TagClassName
{
border-color: #45525A;
}
</style>