#959BA3

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

Shades of Grey Chateau #959BA3

Tints of Grey Chateau #959BA3

Color information

#959BA3 (or 0x959BA3) is unknown color: approx Grey Chateau. HEX triplet: 95, 9B and A3. RGB value is (149,155,163). Sum of RGB (Red+Green+Blue) = 149+155+163=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 163 - color contains mainly: blue. Hex color #959BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BA3 is #6A645C. Grayscale: #9A9A9A. Windows color (decimal): -6972509 or 10722197. OLE color: 10722197.

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

Color convert

RGB149155163-
CMYK0.090.0500.36
HSL214.29º7.07%61.18%-
HSV(B)214.29º8.59%63.92%-
XYZ30.7332.4839.3-
YUV154.12133.01124.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 155 (60.94% from 255) = 33.19%
BLUE value IS 163 (64.06% from 255) = 34.90%
R=31.91%
G=33.19%
B=34.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491551630.090.0500.36214.297.0761.18
Hex959BA395024d673d
Octal225233243115044326775
Binary1001010110011011101000111001101010010011010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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