Html Css Color HEX #95999D Grey Chateau

📋 copy color: '#95999D'

red 149 ◦ green 153 ◦ blue 157

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

Shades of Grey Chateau #95999D

Tints of Grey Chateau #95999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.33%

 BLUE value IS 157 (61.72% from 255) = 34.2%

R = 32.46%
G = 33.33%
B = 34.2%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95999D (or 0x95999D) is known color: Grey Chateau. HEX triplet: 95, 99 and 9D. RGB value is (149,153,157). Sum of RGB (Red+Green+Blue) = 149+153+157=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 157 - color contains mainly: blue. Hex color #95999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95999D is #6A6662. Grayscale: #989898. Windows color (decimal): -6973027 or 10328469. OLE color: 10328469.

HSL color Cylindrical-coordinate representation of color #95999D: hue angle of 210º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #95999D is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 153 157 -
CMYK 0.05 0.03 0 0.38
HSL 210º 0.04% 0.6% -
HSV(B) 210º 0.05% 0.62% -
XYZ 29.87 31.61 36.42 -
YUV 152.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 149 153 157 0.05 0.03 0 0.38 210 0.04 0.6
Hex 95 99 9D 5 3 0 26 D2 4 3C
Octal 225 231 235 5 3 0 46 322 4 74
Binary 10010101 10011001 10011101 101 11 0 100110 11010010 100 111100

Color Harmonies of #95999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95999D

Black with #95999D

Text Example


Text Example

White with #95999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95999D; }

 p { color: rgb(149,153,157); }

 H1.HeaderClassName
 {
   color: #95999D;
 }
 .AnyTagClassName
 {
   color: #95999D;
 }
</style>

background-color css

<style>
 a { background-color: #95999D; }

 a { background-color: rgb(149,153,157); }

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

border-color css

<style>
 span { border-color: #95999D; }

 span { border-color: rgb(149,153,157); }

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