Shades of San Juan #455565
Tints of San Juan #455565
RGB
CMYK
RGB Variations
Color information
#455565 (or 0x455565) is known color: San Juan. HEX triplet: 45, 55 and 65. RGB value is (69,85,101). Sum of RGB (Red+Green+Blue) = 69+85+101=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 101 - color contains mainly: blue. Hex color #455565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455565 is #BAAA9A. Grayscale: #515151. Windows color (decimal): -12233371 or 6640965. OLE color: 6640965.
HSL color Cylindrical-coordinate representation of color #455565: hue angle of 210º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #455565 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 85 | 101 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.60 |
| HSL | 210º | 0.19% | 0.33% | - |
| HSV(B) | 210º | 0.32% | 0.4% | - |
| XYZ | 8.05 | 8.7 | 13.57 | - |
| YUV | 82.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 101 | 0.32 | 0.16 | 0 | 0.60 | 210 | 0.19 | 0.33 |
| Hex | 45 | 55 | 65 | 20 | 10 | 0 | 3C | D2 | 13 | 21 |
| Octal | 105 | 125 | 145 | 40 | 20 | 0 | 74 | 322 | 23 | 41 |
| Binary | 1000101 | 1010101 | 1100101 | 100000 | 10000 | 0 | 111100 | 11010010 | 10011 | 100001 |
Color Harmonies of #455565
Complementary color
Monochromatic Colors of #455565
Black with #455565
Text Example
Text Example
White with #455565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455565; }
p { color: rgb(69,85,101); }
H1.HeaderClassName
{
color: #455565;
}
.AnyTagClassName
{
color: #455565;
}
</style>
background-color css
<style>
a { background-color: #455565; }
a { background-color: rgb(69,85,101); }
div.DivClassName
{
background-color: #455565;
}
.BgClassName
{
background-color: #455565;
}
</style>
border-color css
<style>
span { border-color: #455565; }
span { border-color: rgb(69,85,101); }
td.TdClassName
{
border-color: #455565;
}
.TagClassName
{
border-color: #455565;
}
</style>