Html Css Color HEX #959BA5 Grey Chateau

📋 copy color: '#959BA5'

red 149 ◦ green 155 ◦ blue 165

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

Shades of Grey Chateau #959BA5

Tints of Grey Chateau #959BA5

RGB

 RED value IS 149 (58.59% from 255) = 31.77%

 GREEN value IS 155 (60.94% from 255) = 33.05%

 BLUE value IS 165 (64.84% from 255) = 35.18%

R = 31.77%
G = 33.05%
B = 35.18%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#959BA5 (or 0x959BA5) is known color: Grey Chateau. HEX triplet: 95, 9B and A5. RGB value is (149,155,165). Sum of RGB (Red+Green+Blue) = 149+155+165=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 165 - color contains mainly: blue. Hex color #959BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BA5 is #6A645A. Grayscale: #9A9A9A. Windows color (decimal): -6972507 or 10853269. OLE color: 10853269.

HSL color Cylindrical-coordinate representation of color #959BA5: hue angle of 217.5º 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 #959BA5 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 155 165 -
CMYK 0.10 0.06 0 0.35
HSL 217.5º 0.08% 0.62% -
HSV(B) 217.5º 0.1% 0.65% -
XYZ 30.91 32.55 40.25 -
YUV 154.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 149 155 165 0.10 0.06 0 0.35 217.5 0.08 0.62
Hex 95 9B A5 A 6 0 23 DA 8 3E
Octal 225 233 245 12 6 0 43 332 10 76
Binary 10010101 10011011 10100101 1010 110 0 100011 11011010 1000 111110

Color Harmonies of #959BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BA5

Black with #959BA5

Text Example


Text Example

White with #959BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #959BA5;
 }
 .AnyTagClassName
 {
   color: #959BA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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