Html Css Color HEX #959BA3 Grey Chateau

📋 copy color: '#959BA3'

red 149 ◦ green 155 ◦ blue 163

#959BA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #959BA3

Tints of Grey Chateau #959BA3

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.9%

R = 31.91%
G = 33.19%
B = 34.9%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#959BA3 (or 0x959BA3) is known color: 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

RGB 149 155 163 -
CMYK 0.09 0.05 0 0.36
HSL 214.29º 0.07% 0.61% -
HSV(B) 214.29º 0.09% 0.64% -
XYZ 30.73 32.48 39.3 -
YUV 154.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 149 155 163 0.09 0.05 0 0.36 214.29 0.07 0.61
Hex 95 9B A3 9 5 0 24 D6 7 3D
Octal 225 233 243 11 5 0 44 326 7 75
Binary 10010101 10011011 10100011 1001 101 0 100100 11010110 111 111101

Color Harmonies of #959BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BA3

Black with #959BA3

Text Example


Text Example

White with #959BA3

Text Example


Text Example

HTML Codes & Css Web 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>