#959EA5

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

Shades of Grey Chateau #959EA5

Tints of Grey Chateau #959EA5

Color information

#959EA5 (or 0x959EA5) is unknown color: approx Grey Chateau. HEX triplet: 95, 9E and A5. RGB value is (149,158,165). Sum of RGB (Red+Green+Blue) = 149+158+165=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 165 - color contains mainly: blue. Hex color #959EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959EA5 is #6A615A. Grayscale: #9C9C9C. Windows color (decimal): -6971739 or 10854037. OLE color: 10854037.

HSL color Cylindrical-coordinate representation of color #959EA5: hue angle of 206.25º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #959EA5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB149158165-
CMYK0.100.0400.35
HSL206.25º8.16%61.57%-
HSV(B)206.25º9.7%64.71%-
XYZ31.4133.5640.42-
YUV156.11133.02122.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 158 (62.11% from 255) = 33.47%
BLUE value IS 165 (64.84% from 255) = 34.96%
R=31.57%
G=33.47%
B=34.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491581650.100.0400.35206.258.1661.57
Hex959EA5A4023ce83e
Octal2252362451240433161076
Binary10010101100111101010010110101000100011110011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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