#919E95

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

Shades of Edward #919E95

Tints of Edward #919E95

Color information

#919E95 (or 0x919E95) is unknown color: approx Edward. HEX triplet: 91, 9E and 95. RGB value is (145,158,149). Sum of RGB (Red+Green+Blue) = 145+158+149=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 158 - color contains mainly: green. Hex color #919E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919E95 is #6E616A. Grayscale: #999999. Windows color (decimal): -7233899 or 9805457. OLE color: 9805457.

HSL color Cylindrical-coordinate representation of color #919E95: hue angle of 138.46º 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 #919E95 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB145158149-
CMYK0.0800.060.38
HSL138.46º6.28%59.41%-
HSV(B)138.46º8.23%61.96%-
XYZ29.3332.6433.19-
YUV153.09125.69122.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.08%
GREEN value IS 158 (62.11% from 255) = 34.96%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=32.08%
G=34.96%
B=32.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451581490.0800.060.38138.466.2859.41
Hex919E95806268a63b
Octal221236225100646212673
Binary1001000110011110100101011000011010011010001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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