Shades of Waikawa Grey #5E7B98
Tints of Waikawa Grey #5E7B98
RGB
CMYK
RGB Variations
Color information
#5E7B98 (or 0x5E7B98) is known color: Waikawa Grey. HEX triplet: 5E, 7B and 98. RGB value is (94,123,152). Sum of RGB (Red+Green+Blue) = 94+123+152=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E7B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7B98 is #A18467. Grayscale: #757575. Windows color (decimal): -10585192 or 9993054. OLE color: 9993054.
HSL color Cylindrical-coordinate representation of color #5E7B98: hue angle of 210º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E7B98 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
RGB | 94 | 123 | 152 | - |
CMYK | 0.38 | 0.19 | 0 | 0.40 |
HSL | 210º | 0.24% | 0.48% | - |
HSV(B) | 210º | 0.38% | 0.6% | - |
XYZ | 17.37 | 18.81 | 32.42 | - |
YUV | 117.64 | 147.39 | 111.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 123 | 152 | 0.38 | 0.19 | 0 | 0.40 | 210 | 0.24 | 0.48 |
Hex | 5E | 7B | 98 | 26 | 13 | 0 | 28 | D2 | 18 | 30 |
Octal | 136 | 173 | 230 | 46 | 23 | 0 | 50 | 322 | 30 | 60 |
Binary | 1011110 | 1111011 | 10011000 | 100110 | 10011 | 0 | 101000 | 11010010 | 11000 | 110000 |
Color Harmonies of #5E7B98
Complementary color
Monochromatic Colors of #5E7B98
Black with #5E7B98
Text Example
Text Example
White with #5E7B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7B98; }
p { color: rgb(94,123,152); }
H1.HeaderClassName
{
color: #5E7B98;
}
.AnyTagClassName
{
color: #5E7B98;
}
</style>
background-color css
<style>
a { background-color: #5E7B98; }
a { background-color: rgb(94,123,152); }
div.DivClassName
{
background-color: #5E7B98;
}
.BgClassName
{
background-color: #5E7B98;
}
</style>
border-color css
<style>
span { border-color: #5E7B98; }
span { border-color: rgb(94,123,152); }
td.TdClassName
{
border-color: #5E7B98;
}
.TagClassName
{
border-color: #5E7B98;
}
</style>