Shades of Waikawa Grey #5B769F
Tints of Waikawa Grey #5B769F
RGB
CMYK
RGB Variations
Color information
#5B769F (or 0x5B769F) is known color: Waikawa Grey. HEX triplet: 5B, 76 and 9F. RGB value is (91,118,159). Sum of RGB (Red+Green+Blue) = 91+118+159=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B769F is #A48960. Grayscale: #727272. Windows color (decimal): -10783073 or 10450523. OLE color: 10450523.
HSL color Cylindrical-coordinate representation of color #5B769F: hue angle of 216.18º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B769F is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 118 | 159 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.38 |
| HSL | 216.18º | 0.27% | 0.49% | - |
| HSV(B) | 216.18º | 0.43% | 0.62% | - |
| XYZ | 17.05 | 17.68 | 35.32 | - |
| YUV | 114.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 159 | 0.43 | 0.26 | 0 | 0.38 | 216.18 | 0.27 | 0.49 |
| Hex | 5B | 76 | 9F | 2B | 1A | 0 | 26 | D8 | 1B | 31 |
| Octal | 133 | 166 | 237 | 53 | 32 | 0 | 46 | 330 | 33 | 61 |
| Binary | 1011011 | 1110110 | 10011111 | 101011 | 11010 | 0 | 100110 | 11011000 | 11011 | 110001 |
Color Harmonies of #5B769F
Complementary color
Monochromatic Colors of #5B769F
Black with #5B769F
Text Example
Text Example
White with #5B769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B769F; }
p { color: rgb(91,118,159); }
H1.HeaderClassName
{
color: #5B769F;
}
.AnyTagClassName
{
color: #5B769F;
}
</style>
background-color css
<style>
a { background-color: #5B769F; }
a { background-color: rgb(91,118,159); }
div.DivClassName
{
background-color: #5B769F;
}
.BgClassName
{
background-color: #5B769F;
}
</style>
border-color css
<style>
span { border-color: #5B769F; }
span { border-color: rgb(91,118,159); }
td.TdClassName
{
border-color: #5B769F;
}
.TagClassName
{
border-color: #5B769F;
}
</style>