Shades of Wedgewood #5A6D7F
Tints of Wedgewood #5A6D7F
RGB
CMYK
RGB Variations
Color information
#5A6D7F (or 0x5A6D7F) is known color: Wedgewood. HEX triplet: 5A, 6D and 7F. RGB value is (90,109,127). Sum of RGB (Red+Green+Blue) = 90+109+127=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A6D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6D7F is #A59280. Grayscale: #696969. Windows color (decimal): -10850945 or 8351066. OLE color: 8351066.
HSL color Cylindrical-coordinate representation of color #5A6D7F: hue angle of 209.19º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A6D7F is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 109 | 127 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.50 |
| HSL | 209.19º | 0.17% | 0.43% | - |
| HSV(B) | 209.19º | 0.29% | 0.5% | - |
| XYZ | 13.52 | 14.64 | 22.19 | - |
| YUV | 105.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 127 | 0.29 | 0.14 | 0 | 0.50 | 209.19 | 0.17 | 0.43 |
| Hex | 5A | 6D | 7F | 1D | E | 0 | 32 | D1 | 11 | 2B |
| Octal | 132 | 155 | 177 | 35 | 16 | 0 | 62 | 321 | 21 | 53 |
| Binary | 1011010 | 1101101 | 1111111 | 11101 | 1110 | 0 | 110010 | 11010001 | 10001 | 101011 |
Color Harmonies of #5A6D7F
Complementary color
Monochromatic Colors of #5A6D7F
Black with #5A6D7F
Text Example
Text Example
White with #5A6D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6D7F; }
p { color: rgb(90,109,127); }
H1.HeaderClassName
{
color: #5A6D7F;
}
.AnyTagClassName
{
color: #5A6D7F;
}
</style>
background-color css
<style>
a { background-color: #5A6D7F; }
a { background-color: rgb(90,109,127); }
div.DivClassName
{
background-color: #5A6D7F;
}
.BgClassName
{
background-color: #5A6D7F;
}
</style>
border-color css
<style>
span { border-color: #5A6D7F; }
span { border-color: rgb(90,109,127); }
td.TdClassName
{
border-color: #5A6D7F;
}
.TagClassName
{
border-color: #5A6D7F;
}
</style>