#959BA0

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

Shades of Grey Chateau #959BA0

Tints of Grey Chateau #959BA0

Color information

#959BA0 (or 0x959BA0) is unknown color: approx Grey Chateau. HEX triplet: 95, 9B and A0. RGB value is (149,155,160). Sum of RGB (Red+Green+Blue) = 149+155+160=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 160 - color contains mainly: blue. Hex color #959BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BA0 is #6A645F. Grayscale: #999999. Windows color (decimal): -6972512 or 10525589. OLE color: 10525589.

HSL color Cylindrical-coordinate representation of color #959BA0: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #959BA0 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB149155160-
CMYK0.070.0300.37
HSL207.27º5.47%60.59%-
HSV(B)207.27º6.88%62.75%-
XYZ30.4632.3737.9-
YUV153.78131.51124.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=32.11%
G=33.41%
B=34.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491551600.070.0300.37207.275.4760.59
Hex959BA073025cf53d
Octal22523324073045317575
Binary10010101100110111010000011111010010111001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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