#959EAA

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

Shades of Grey Chateau #959EAA

Tints of Grey Chateau #959EAA

Color information

#959EAA (or 0x959EAA) is unknown color: approx Grey Chateau. HEX triplet: 95, 9E and AA. RGB value is (149,158,170). Sum of RGB (Red+Green+Blue) = 149+158+170=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #959EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959EAA is #6A6155. Grayscale: #9C9C9C. Windows color (decimal): -6971734 or 11181717. OLE color: 11181717.

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

Color convert

RGB149158170-
CMYK0.120.0700.33
HSL214.29º10.99%62.55%-
HSV(B)214.29º12.35%66.67%-
XYZ31.8833.7542.86-
YUV156.68135.52122.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 158 (62.11% from 255) = 33.12%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=31.24%
G=33.12%
B=35.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491581700.120.0700.33214.2910.9962.55
Hex959EAAC7021d6b3f
Octal2252362521470413261377
Binary10010101100111101010101011001110100001110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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