#908583

Color #908583 Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #908583

Tints of Suva Grey #908583

Color information

#908583 (or 0x908583) is unknown color: approx Suva Grey. HEX triplet: 90, 85 and 83. RGB value is (144,133,131). Sum of RGB (Red+Green+Blue) = 144+133+131=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 144 - color contains mainly: red. Hex color #908583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908583 is #6F7A7C. Grayscale: #888888. Windows color (decimal): -7305853 or 8619408. OLE color: 8619408.

HSL color Cylindrical-coordinate representation of color #908583: hue angle of 9.23º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908583 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB144133131-
CMYK00.080.090.44
HSL9.23º5.53%53.92%-
HSV(B)9.23º9.03%56.47%-
XYZ23.9924.3424.91-
YUV136.06125.14133.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 35.29%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 131 (51.56% from 255) = 32.11%
R=35.29%
G=32.60%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413313100.080.090.449.235.5353.92
Hex9085830892C9636
Octal220205203010115411666
Binary1001000010000101100000110100010011011001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908583; }

 p { color: rgb(144,133,131); }

 H1.HeaderClassName
 {
   color: #908583;
 }
 .AnyTagClassName
 {
   color: #908583;
 }
</style>
background-color css

<style>
 a { background-color: #908583; }

 a { background-color: rgb(144,133,131); }

 div.DivClassName
 {
   background-color: #908583;
 }
 .BgClassName
 {
   background-color: #908583;
 }
</style>
border-color css

<style>
 span { border-color: #908583; }

 span { border-color: rgb(144,133,131); }

 td.TdClassName
 {
   border-color: #908583;
 }
 .TagClassName
 {
   border-color: #908583;
 }
</style>