#959FAB

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

Shades of Grey Chateau #959FAB

Tints of Grey Chateau #959FAB

Color information

#959FAB (or 0x959FAB) is unknown color: approx Grey Chateau. HEX triplet: 95, 9F and AB. RGB value is (149,159,171). Sum of RGB (Red+Green+Blue) = 149+159+171=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #959FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959FAB is #6A6054. Grayscale: #9D9D9D. Windows color (decimal): -6971477 or 11247509. OLE color: 11247509.

HSL color Cylindrical-coordinate representation of color #959FAB: hue angle of 212.73º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #959FAB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149159171-
CMYK0.130.0700.33
HSL212.73º11.58%62.75%-
HSV(B)212.73º12.87%67.06%-
XYZ32.1434.1343.42-
YUV157.38135.69122.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 159 (62.5% from 255) = 33.19%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=31.11%
G=33.19%
B=35.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491591710.130.0700.33212.7311.5862.75
Hex959FABD7021d5c3f
Octal2252372531570413251477
Binary10010101100111111010101111011110100001110101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,159,171); }

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

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

 a { background-color: rgb(149,159,171); }

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

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

 span { border-color: rgb(149,159,171); }

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