Shades of Waikawa Grey #57689A
Tints of Waikawa Grey #57689A
RGB
CMYK
RGB Variations
Color information
#57689A (or 0x57689A) is known color: Waikawa Grey. HEX triplet: 57, 68 and 9A. RGB value is (87,104,154). Sum of RGB (Red+Green+Blue) = 87+104+154=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #57689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57689A is #A89765. Grayscale: #686868. Windows color (decimal): -11048806 or 10119255. OLE color: 10119255.
HSL color Cylindrical-coordinate representation of color #57689A: hue angle of 224.78º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57689A is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 104 | 154 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.40 |
| HSL | 224.78º | 0.28% | 0.47% | - |
| HSV(B) | 224.78º | 0.44% | 0.6% | - |
| XYZ | 14.71 | 14.26 | 32.55 | - |
| YUV | 104.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 154 | 0.44 | 0.32 | 0 | 0.40 | 224.78 | 0.28 | 0.47 |
| Hex | 57 | 68 | 9A | 2C | 20 | 0 | 28 | E1 | 1C | 2F |
| Octal | 127 | 150 | 232 | 54 | 40 | 0 | 50 | 341 | 34 | 57 |
| Binary | 1010111 | 1101000 | 10011010 | 101100 | 100000 | 0 | 101000 | 11100001 | 11100 | 101111 |
Color Harmonies of #57689A
Complementary color
Monochromatic Colors of #57689A
Black with #57689A
Text Example
Text Example
White with #57689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57689A; }
p { color: rgb(87,104,154); }
H1.HeaderClassName
{
color: #57689A;
}
.AnyTagClassName
{
color: #57689A;
}
</style>
background-color css
<style>
a { background-color: #57689A; }
a { background-color: rgb(87,104,154); }
div.DivClassName
{
background-color: #57689A;
}
.BgClassName
{
background-color: #57689A;
}
</style>
border-color css
<style>
span { border-color: #57689A; }
span { border-color: rgb(87,104,154); }
td.TdClassName
{
border-color: #57689A;
}
.TagClassName
{
border-color: #57689A;
}
</style>