#95A59B

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

Shades of Edward #95A59B

Tints of Edward #95A59B

Color information

#95A59B (or 0x95A59B) is unknown color: approx Edward. HEX triplet: 95, A5 and 9B. RGB value is (149,165,155). Sum of RGB (Red+Green+Blue) = 149+165+155=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 165 - color contains mainly: green. Hex color #95A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A59B is #6A5A64. Grayscale: #9F9F9F. Windows color (decimal): -6969957 or 10200469. OLE color: 10200469.

HSL color Cylindrical-coordinate representation of color #95A59B: hue angle of 142.5º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95A59B is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB149165155-
CMYK0.1000.060.35
HSL142.5º8.16%61.57%-
HSV(B)142.5º9.7%64.71%-
XYZ31.7735.6736.22-
YUV159.08125.7120.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 155 (60.94% from 255) = 33.05%
R=31.77%
G=35.18%
B=33.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491651550.1000.060.35142.58.1661.57
Hex95A59BA06238e83e
Octal2252452331206432161076
Binary10010101101001011001101110100110100011100011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A59B; }

 p { color: rgb(149,165,155); }

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

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

 a { background-color: rgb(149,165,155); }

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

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

 span { border-color: rgb(149,165,155); }

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