#959088

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

Shades of Heathered Grey #959088

Tints of Heathered Grey #959088

Color information

#959088 (or 0x959088) is unknown color: approx Heathered Grey. HEX triplet: 95, 90 and 88. RGB value is (149,144,136). Sum of RGB (Red+Green+Blue) = 149+144+136=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 149 - color contains mainly: red. Hex color #959088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959088 is #6A6F77. Grayscale: #909090. Windows color (decimal): -6975352 or 8949909. OLE color: 8949909.

HSL color Cylindrical-coordinate representation of color #959088: hue angle of 36.92º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #959088 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB149144136-
CMYK00.030.090.42
HSL36.92º5.78%55.88%-
HSV(B)36.92º8.72%58.43%-
XYZ26.8128.1127.31-
YUV144.58123.16131.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=34.73%
G=33.57%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914413600.030.090.4236.925.7855.88
Hex9590880392A25638
Octal22522021003115245670
Binary1001010110010000100010000111001101010100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959088; }

 p { color: rgb(149,144,136); }

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

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

 a { background-color: rgb(149,144,136); }

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

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

 span { border-color: rgb(149,144,136); }

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