#919E96

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

Shades of Edward #919E96

Tints of Edward #919E96

Color information

#919E96 (or 0x919E96) is unknown color: approx Edward. HEX triplet: 91, 9E and 96. RGB value is (145,158,150). Sum of RGB (Red+Green+Blue) = 145+158+150=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 158 - color contains mainly: green. Hex color #919E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919E96 is #6E6169. Grayscale: #999999. Windows color (decimal): -7233898 or 9870993. OLE color: 9870993.

HSL color Cylindrical-coordinate representation of color #919E96: hue angle of 143.08º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #919E96 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB145158150-
CMYK0.0800.050.38
HSL143.08º6.28%59.41%-
HSV(B)143.08º8.23%61.96%-
XYZ29.4132.6833.61-
YUV153.2126.19122.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.01%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=32.01%
G=34.88%
B=33.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451581500.0800.050.38143.086.2859.41
Hex919E96805268f63b
Octal221236226100546217673
Binary1001000110011110100101101000010110011010001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919E96; }

 p { color: rgb(145,158,150); }

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

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

 a { background-color: rgb(145,158,150); }

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

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

 span { border-color: rgb(145,158,150); }

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