Shades of Waikawa Grey #5B6E9D
Tints of Waikawa Grey #5B6E9D
RGB
CMYK
RGB Variations
Color information
#5B6E9D (or 0x5B6E9D) is known color: Waikawa Grey. HEX triplet: 5B, 6E and 9D. RGB value is (91,110,157). Sum of RGB (Red+Green+Blue) = 91+110+157=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B6E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6E9D is #A49162. Grayscale: #6D6D6D. Windows color (decimal): -10785123 or 10317403. OLE color: 10317403.
HSL color Cylindrical-coordinate representation of color #5B6E9D: hue angle of 222.73º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B6E9D is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 110 | 157 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.38 |
| HSL | 222.73º | 0.27% | 0.49% | - |
| HSV(B) | 222.73º | 0.42% | 0.62% | - |
| XYZ | 15.98 | 15.81 | 34.11 | - |
| YUV | 109.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 110 | 157 | 0.42 | 0.30 | 0 | 0.38 | 222.73 | 0.27 | 0.49 |
| Hex | 5B | 6E | 9D | 2A | 1E | 0 | 26 | DF | 1B | 31 |
| Octal | 133 | 156 | 235 | 52 | 36 | 0 | 46 | 337 | 33 | 61 |
| Binary | 1011011 | 1101110 | 10011101 | 101010 | 11110 | 0 | 100110 | 11011111 | 11011 | 110001 |
Color Harmonies of #5B6E9D
Complementary color
Monochromatic Colors of #5B6E9D
Black with #5B6E9D
Text Example
Text Example
White with #5B6E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6E9D; }
p { color: rgb(91,110,157); }
H1.HeaderClassName
{
color: #5B6E9D;
}
.AnyTagClassName
{
color: #5B6E9D;
}
</style>
background-color css
<style>
a { background-color: #5B6E9D; }
a { background-color: rgb(91,110,157); }
div.DivClassName
{
background-color: #5B6E9D;
}
.BgClassName
{
background-color: #5B6E9D;
}
</style>
border-color css
<style>
span { border-color: #5B6E9D; }
span { border-color: rgb(91,110,157); }
td.TdClassName
{
border-color: #5B6E9D;
}
.TagClassName
{
border-color: #5B6E9D;
}
</style>