#959AA3

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

Shades of Grey Chateau #959AA3

Tints of Grey Chateau #959AA3

Color information

#959AA3 (or 0x959AA3) is unknown color: approx Grey Chateau. HEX triplet: 95, 9A and A3. RGB value is (149,154,163). Sum of RGB (Red+Green+Blue) = 149+154+163=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 163 - color contains mainly: blue. Hex color #959AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959AA3 is #6A655C. Grayscale: #999999. Windows color (decimal): -6972765 or 10721941. OLE color: 10721941.

HSL color Cylindrical-coordinate representation of color #959AA3: hue angle of 218.57º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #959AA3 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB149154163-
CMYK0.090.0600.36
HSL218.57º7.07%61.18%-
HSV(B)218.57º8.59%63.92%-
XYZ30.5632.1539.24-
YUV153.53133.34124.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 154 (60.55% from 255) = 33.05%
BLUE value IS 163 (64.06% from 255) = 34.98%
R=31.97%
G=33.05%
B=34.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491541630.090.0600.36218.577.0761.18
Hex959AA396024db73d
Octal225232243116044333775
Binary1001010110011010101000111001110010010011011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,154,163); }

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

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

 a { background-color: rgb(149,154,163); }

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

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

 span { border-color: rgb(149,154,163); }

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