Html Css Color HEX #959EA5 Grey Chateau

📋 copy color: '#959EA5'

red 149 ◦ green 158 ◦ blue 165

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

Shades of Grey Chateau #959EA5

Tints of Grey Chateau #959EA5

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 value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

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

RGB 149 158 165 -
CMYK 0.10 0.04 0 0.35
HSL 206.25º 0.08% 0.62% -
HSV(B) 206.25º 0.1% 0.65% -
XYZ 31.41 33.56 40.42 -
YUV 156.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 149 158 165 0.10 0.04 0 0.35 206.25 0.08 0.62
Hex 95 9E A5 A 4 0 23 CE 8 3E
Octal 225 236 245 12 4 0 43 316 10 76
Binary 10010101 10011110 10100101 1010 100 0 100011 11001110 1000 111110

Color Harmonies of #959EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EA5

Black with #959EA5

Text Example


Text Example

White with #959EA5

Text Example


Text Example

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