#959EAB

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

Shades of Grey Chateau #959EAB

Tints of Grey Chateau #959EAB

Color information

#959EAB (or 0x959EAB) is unknown color: approx Grey Chateau. HEX triplet: 95, 9E and AB. RGB value is (149,158,171). Sum of RGB (Red+Green+Blue) = 149+158+171=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #959EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959EAB is #6A6154. Grayscale: #9C9C9C. Windows color (decimal): -6971733 or 11247253. OLE color: 11247253.

HSL color Cylindrical-coordinate representation of color #959EAB: hue angle of 215.45º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #959EAB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149158171-
CMYK0.130.0800.33
HSL215.45º11.58%62.75%-
HSV(B)215.45º12.87%67.06%-
XYZ31.9733.7843.36-
YUV156.79136.02122.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 158 (62.11% from 255) = 33.05%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=31.17%
G=33.05%
B=35.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491581710.130.0800.33215.4511.5862.75
Hex959EABD8021d7c3f
Octal22523625315100413271477
Binary100101011001111010101011110110000100001110101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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