#959F97

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

Shades of Edward #959F97

Tints of Edward #959F97

Color information

#959F97 (or 0x959F97) is unknown color: approx Edward. HEX triplet: 95, 9F and 97. RGB value is (149,159,151). Sum of RGB (Red+Green+Blue) = 149+159+151=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 159 - color contains mainly: green. Hex color #959F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F97 is #6A6068. Grayscale: #9B9B9B. Windows color (decimal): -6971497 or 9936789. OLE color: 9936789.

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

Color convert

RGB149159151-
CMYK0.0600.050.38
HSL132º4.95%60.39%-
HSV(B)132º6.29%62.35%-
XYZ30.3833.4234.13-
YUV155.1125.69123.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.46%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=32.46%
G=34.64%
B=32.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491591510.0600.050.381324.9560.39
Hex959F97605268453c
Octal22523722760546204574
Binary100101011001111110010111110010110011010000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959F97; }

 p { color: rgb(149,159,151); }

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

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

 a { background-color: rgb(149,159,151); }

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

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

 span { border-color: rgb(149,159,151); }

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