Html Css Color HEX #959090 Suva Grey

📋 copy color: '#959090'

red 149 ◦ green 144 ◦ blue 144

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

Shades of Suva Grey #959090

Tints of Suva Grey #959090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.95%

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 34.1%
G = 32.95%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#959090 (or 0x959090) is known color: Suva Grey. HEX triplet: 95, 90 and 90. RGB value is (149,144,144). Sum of RGB (Red+Green+Blue) = 149+144+144=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 149 - color contains mainly: red. Hex color #959090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959090 is #6A6F6F. Grayscale: #919191. Windows color (decimal): -6975344 or 9474197. OLE color: 9474197.

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

Color convert

RGB 149 144 144 -
CMYK 0 0.03 0.03 0.42
HSL 0.02% 0.57% -
HSV(B) 0.03% 0.58% -
XYZ 27.4 28.35 30.41 -
YUV 145.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 149 144 144 0 0.03 0.03 0.42 0 0.02 0.57
Hex 95 90 90 0 3 3 2A 0 2 39
Octal 225 220 220 0 3 3 52 0 2 71
Binary 10010101 10010000 10010000 0 11 11 101010 0 10 111001

Color Harmonies of #959090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959090

Black with #959090

Text Example


Text Example

White with #959090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959090; }

 p { color: rgb(149,144,144); }

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

background-color css

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

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

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

border-color css

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

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

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