#919993

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

Shades of Edward #919993

Tints of Edward #919993

Color information

#919993 (or 0x919993) is unknown color: approx Edward. HEX triplet: 91, 99 and 93. RGB value is (145,153,147). Sum of RGB (Red+Green+Blue) = 145+153+147=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 153 - color contains mainly: green. Hex color #919993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919993 is #6E666C. Grayscale: #959595. Windows color (decimal): -7235181 or 9673105. OLE color: 9673105.

HSL color Cylindrical-coordinate representation of color #919993: hue angle of 135º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #919993 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB145153147-
CMYK0.0500.040.4
HSL135º3.77%58.43%-
HSV(B)135º5.23%60%-
XYZ28.3330.9132.08-
YUV149.92126.35124.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.58%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=32.58%
G=34.38%
B=33.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451531470.0500.040.41353.7758.43
Hex919993504288743a
Octal22123122350450207472
Binary100100011001100110010011101010010100010000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919993; }

 p { color: rgb(145,153,147); }

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

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

 a { background-color: rgb(145,153,147); }

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

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

 span { border-color: rgb(145,153,147); }

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