Shades of San Juan #455B67
Tints of San Juan #455B67
RGB
CMYK
RGB Variations
Color information
#455B67 (or 0x455B67) is known color: San Juan. HEX triplet: 45, 5B and 67. RGB value is (69,91,103). Sum of RGB (Red+Green+Blue) = 69+91+103=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 103 - color contains mainly: blue. Hex color #455B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B67 is #BAA498. Grayscale: #555555. Windows color (decimal): -12231833 or 6773573. OLE color: 6773573.
HSL color Cylindrical-coordinate representation of color #455B67: hue angle of 201.18º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #455B67 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 91 | 103 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.60 |
| HSL | 201.18º | 0.2% | 0.34% | - |
| HSV(B) | 201.18º | 0.33% | 0.4% | - |
| XYZ | 8.64 | 9.73 | 14.25 | - |
| YUV | 85.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 103 | 0.33 | 0.12 | 0 | 0.60 | 201.18 | 0.2 | 0.34 |
| Hex | 45 | 5B | 67 | 21 | C | 0 | 3C | C9 | 14 | 22 |
| Octal | 105 | 133 | 147 | 41 | 14 | 0 | 74 | 311 | 24 | 42 |
| Binary | 1000101 | 1011011 | 1100111 | 100001 | 1100 | 0 | 111100 | 11001001 | 10100 | 100010 |
Color Harmonies of #455B67
Complementary color
Monochromatic Colors of #455B67
Black with #455B67
Text Example
Text Example
White with #455B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B67; }
p { color: rgb(69,91,103); }
H1.HeaderClassName
{
color: #455B67;
}
.AnyTagClassName
{
color: #455B67;
}
</style>
background-color css
<style>
a { background-color: #455B67; }
a { background-color: rgb(69,91,103); }
div.DivClassName
{
background-color: #455B67;
}
.BgClassName
{
background-color: #455B67;
}
</style>
border-color css
<style>
span { border-color: #455B67; }
span { border-color: rgb(69,91,103); }
td.TdClassName
{
border-color: #455B67;
}
.TagClassName
{
border-color: #455B67;
}
</style>