Html Css Color HEX #959291 Suva Grey

📋 copy color: '#959291'

red 149 ◦ green 146 ◦ blue 145

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

Shades of Suva Grey #959291

Tints of Suva Grey #959291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.18%

 BLUE value IS 145 (57.03% from 255) = 32.95%

R = 33.86%
G = 33.18%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#959291 (or 0x959291) is known color: Suva Grey. HEX triplet: 95, 92 and 91. RGB value is (149,146,145). Sum of RGB (Red+Green+Blue) = 149+146+145=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 149 - color contains mainly: red. Hex color #959291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959291 is #6A6D6E. Grayscale: #929292. Windows color (decimal): -6974831 or 9540245. OLE color: 9540245.

HSL color Cylindrical-coordinate representation of color #959291: hue angle of 15º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #959291 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 145 -
CMYK 0 0.02 0.03 0.42
HSL 15º 0.02% 0.58% -
HSV(B) 15º 0.03% 0.58% -
XYZ 27.78 28.99 30.92 -
YUV 146.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 149 146 145 0 0.02 0.03 0.42 15 0.02 0.58
Hex 95 92 91 0 2 3 2A F 2 3A
Octal 225 222 221 0 2 3 52 17 2 72
Binary 10010101 10010010 10010001 0 10 11 101010 1111 10 111010

Color Harmonies of #959291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959291

Black with #959291

Text Example


Text Example

White with #959291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959291; }

 p { color: rgb(149,146,145); }

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

background-color css

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

 a { background-color: rgb(149,146,145); }

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

border-color css

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

 span { border-color: rgb(149,146,145); }

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