Shades of Suva Grey #918583
Tints of Suva Grey #918583
RGB
CMYK
RGB Variations
Color information
#918583 (or 0x918583) is known color: Suva Grey. HEX triplet: 91, 85 and 83. RGB value is (145,133,131). Sum of RGB (Red+Green+Blue) = 145+133+131=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #918583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918583 is #6E7A7C. Grayscale: #888888. Windows color (decimal): -7240317 or 8619409. OLE color: 8619409.
HSL color Cylindrical-coordinate representation of color #918583: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #918583 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 131 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.43 |
| HSL | 8.57º | 0.06% | 0.54% | - |
| HSV(B) | 8.57º | 0.1% | 0.57% | - |
| XYZ | 24.16 | 24.43 | 24.92 | - |
| YUV | 136.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 131 | 0 | 0.08 | 0.10 | 0.43 | 8.57 | 0.06 | 0.54 |
| Hex | 91 | 85 | 83 | 0 | 8 | A | 2B | 9 | 6 | 36 |
| Octal | 221 | 205 | 203 | 0 | 10 | 12 | 53 | 11 | 6 | 66 |
| Binary | 10010001 | 10000101 | 10000011 | 0 | 1000 | 1010 | 101011 | 1001 | 110 | 110110 |
Color Harmonies of #918583
Complementary color
Monochromatic Colors of #918583
Black with #918583
Text Example
Text Example
White with #918583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918583; }
p { color: rgb(145,133,131); }
H1.HeaderClassName
{
color: #918583;
}
.AnyTagClassName
{
color: #918583;
}
</style>
background-color css
<style>
a { background-color: #918583; }
a { background-color: rgb(145,133,131); }
div.DivClassName
{
background-color: #918583;
}
.BgClassName
{
background-color: #918583;
}
</style>
border-color css
<style>
span { border-color: #918583; }
span { border-color: rgb(145,133,131); }
td.TdClassName
{
border-color: #918583;
}
.TagClassName
{
border-color: #918583;
}
</style>