#83808B

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

Shades of Topaz #83808B

Tints of Topaz #83808B

Color information

#83808B (or 0x83808B) is unknown color: approx Topaz. HEX triplet: 83, 80 and 8B. RGB value is (131,128,139). Sum of RGB (Red+Green+Blue) = 131+128+139=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 139 - color contains mainly: blue. Hex color #83808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83808B is #7C7F74. Grayscale: #828282. Windows color (decimal): -8159093 or 9142403. OLE color: 9142403.

HSL color Cylindrical-coordinate representation of color #83808B: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #83808B is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB131128139-
CMYK0.060.0800.45
HSL256.36º4.53%52.35%-
HSV(B)256.36º7.91%54.51%-
XYZ21.7422.1327.55-
YUV130.15132.99128.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.91%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=32.91%
G=32.16%
B=34.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311281390.060.0800.45256.364.5352.35
Hex83808B6802D100534
Octal203200213610055400564
Binary10000011100000001000101111010000101101100000000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83808B; }

 p { color: rgb(131,128,139); }

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

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

 a { background-color: rgb(131,128,139); }

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

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

 span { border-color: rgb(131,128,139); }

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