Shades of Waikawa Grey #5F769D
Tints of Waikawa Grey #5F769D
RGB
CMYK
RGB Variations
Color information
#5F769D (or 0x5F769D) is known color: Waikawa Grey. HEX triplet: 5F, 76 and 9D. RGB value is (95,118,157). Sum of RGB (Red+Green+Blue) = 95+118+157=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F769D is #A08962. Grayscale: #737373. Windows color (decimal): -10520931 or 10319455. OLE color: 10319455.
HSL color Cylindrical-coordinate representation of color #5F769D: hue angle of 217.74º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F769D is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 118 | 157 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.38 |
| HSL | 217.74º | 0.25% | 0.49% | - |
| HSV(B) | 217.74º | 0.39% | 0.62% | - |
| XYZ | 17.28 | 17.82 | 34.43 | - |
| YUV | 115.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 157 | 0.39 | 0.25 | 0 | 0.38 | 217.74 | 0.25 | 0.49 |
| Hex | 5F | 76 | 9D | 27 | 19 | 0 | 26 | DA | 19 | 31 |
| Octal | 137 | 166 | 235 | 47 | 31 | 0 | 46 | 332 | 31 | 61 |
| Binary | 1011111 | 1110110 | 10011101 | 100111 | 11001 | 0 | 100110 | 11011010 | 11001 | 110001 |
Color Harmonies of #5F769D
Complementary color
Monochromatic Colors of #5F769D
Black with #5F769D
Text Example
Text Example
White with #5F769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F769D; }
p { color: rgb(95,118,157); }
H1.HeaderClassName
{
color: #5F769D;
}
.AnyTagClassName
{
color: #5F769D;
}
</style>
background-color css
<style>
a { background-color: #5F769D; }
a { background-color: rgb(95,118,157); }
div.DivClassName
{
background-color: #5F769D;
}
.BgClassName
{
background-color: #5F769D;
}
</style>
border-color css
<style>
span { border-color: #5F769D; }
span { border-color: rgb(95,118,157); }
td.TdClassName
{
border-color: #5F769D;
}
.TagClassName
{
border-color: #5F769D;
}
</style>