#818485

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

Shades of Regent Grey #818485

Tints of Regent Grey #818485

Color information

#818485 (or 0x818485) is unknown color: approx Regent Grey. HEX triplet: 81, 84 and 85. RGB value is (129,132,133). Sum of RGB (Red+Green+Blue) = 129+132+133=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 132 (51.95% from 255 or 33.50% 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 #818485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818485 is #7E7B7A. Grayscale: #838383. Windows color (decimal): -8289147 or 8750209. OLE color: 8750209.

HSL color Cylindrical-coordinate representation of color #818485: hue angle of 195º 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 #818485 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB129132133-
CMYK0.030.0100.48
HSL195º1.61%51.37%-
HSV(B)195º3.01%52.16%-
XYZ21.5422.8625.47-
YUV131.22129.01126.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.74%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=32.74%
G=33.50%
B=33.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291321330.030.0100.481951.6151.37
Hex81848531030c3233
Octal20120420531060303263
Binary10000001100001001000010111101100001100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818485; }

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

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

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

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

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

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

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

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