Shades of Waikawa Grey #5D668A
Tints of Waikawa Grey #5D668A
RGB
CMYK
RGB Variations
Color information
#5D668A (or 0x5D668A) is known color: Waikawa Grey. HEX triplet: 5D, 66 and 8A. RGB value is (93,102,138). Sum of RGB (Red+Green+Blue) = 93+102+138=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D668A is #A29975. Grayscale: #676767. Windows color (decimal): -10656118 or 9070173. OLE color: 9070173.
HSL color Cylindrical-coordinate representation of color #5D668A: hue angle of 228º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D668A is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 102 | 138 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.46 |
| HSL | 228º | 0.19% | 0.45% | - |
| HSV(B) | 228º | 0.33% | 0.54% | - |
| XYZ | 13.85 | 13.66 | 25.95 | - |
| YUV | 103.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 138 | 0.33 | 0.26 | 0 | 0.46 | 228 | 0.19 | 0.45 |
| Hex | 5D | 66 | 8A | 21 | 1A | 0 | 2E | E4 | 13 | 2D |
| Octal | 135 | 146 | 212 | 41 | 32 | 0 | 56 | 344 | 23 | 55 |
| Binary | 1011101 | 1100110 | 10001010 | 100001 | 11010 | 0 | 101110 | 11100100 | 10011 | 101101 |
Color Harmonies of #5D668A
Complementary color
Monochromatic Colors of #5D668A
Black with #5D668A
Text Example
Text Example
White with #5D668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D668A; }
p { color: rgb(93,102,138); }
H1.HeaderClassName
{
color: #5D668A;
}
.AnyTagClassName
{
color: #5D668A;
}
</style>
background-color css
<style>
a { background-color: #5D668A; }
a { background-color: rgb(93,102,138); }
div.DivClassName
{
background-color: #5D668A;
}
.BgClassName
{
background-color: #5D668A;
}
</style>
border-color css
<style>
span { border-color: #5D668A; }
span { border-color: rgb(93,102,138); }
td.TdClassName
{
border-color: #5D668A;
}
.TagClassName
{
border-color: #5D668A;
}
</style>