#838285

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

Shades of Topaz #838285

Tints of Topaz #838285

Color information

#838285 (or 0x838285) is unknown color: approx Topaz. HEX triplet: 83, 82 and 85. RGB value is (131,130,133). Sum of RGB (Red+Green+Blue) = 131+130+133=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 133 - color contains mainly: blue. Hex color #838285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838285 is #7C7D7A. Grayscale: #828282. Windows color (decimal): -8158587 or 8749699. OLE color: 8749699.

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

Color convert

RGB131130133-
CMYK0.020.0200.48
HSL260º1.21%51.57%-
HSV(B)260º2.26%52.16%-
XYZ21.5822.4825.39-
YUV130.64129.33128.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.25%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=33.25%
G=32.99%
B=33.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311301330.020.0200.482601.2151.57
Hex83828522030104134
Octal20320220522060404164
Binary100000111000001010000101101001100001000001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838285; }

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

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

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

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

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

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

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

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