#959DA3

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

Shades of Grey Chateau #959DA3

Tints of Grey Chateau #959DA3

Color information

#959DA3 (or 0x959DA3) is unknown color: approx Grey Chateau. HEX triplet: 95, 9D and A3. RGB value is (149,157,163). Sum of RGB (Red+Green+Blue) = 149+157+163=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 163 - color contains mainly: blue. Hex color #959DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959DA3 is #6A625C. Grayscale: #9B9B9B. Windows color (decimal): -6971997 or 10722709. OLE color: 10722709.

HSL color Cylindrical-coordinate representation of color #959DA3: hue angle of 205.71º 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 #959DA3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB149157163-
CMYK0.090.0400.36
HSL205.71º7.07%61.18%-
HSV(B)205.71º8.59%63.92%-
XYZ31.0633.1539.41-
YUV155.29132.35123.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 163 (64.06% from 255) = 34.75%
R=31.77%
G=33.48%
B=34.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491571630.090.0400.36205.717.0761.18
Hex959DA394024ce73d
Octal225235243114044316775
Binary1001010110011101101000111001100010010011001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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