#858281

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

Shades of Suva Grey #858281

Tints of Suva Grey #858281

Color information

#858281 (or 0x858281) is unknown color: approx Suva Grey. HEX triplet: 85, 82 and 81. RGB value is (133,130,129). Sum of RGB (Red+Green+Blue) = 133+130+129=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 133 - color contains mainly: red. Hex color #858281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858281 is #7A7D7E. Grayscale: #828282. Windows color (decimal): -8027519 or 8487557. OLE color: 8487557.

HSL color Cylindrical-coordinate representation of color #858281: hue angle of 15º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #858281 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB133130129-
CMYK00.020.030.48
HSL15º1.61%51.37%-
HSV(B)15º3.01%52.16%-
XYZ21.6222.5423.98-
YUV130.78126.99129.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=33.93%
G=33.16%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313012900.020.030.48151.6151.37
Hex85828102330f233
Octal2052022010236017263
Binary10000101100000101000000101011110000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858281; }

 p { color: rgb(133,130,129); }

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

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

 a { background-color: rgb(133,130,129); }

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

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

 span { border-color: rgb(133,130,129); }

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