Html Css Color HEX #958885 Suva Grey

📋 copy color: '#958885'

red 149 ◦ green 136 ◦ blue 133

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

Shades of Suva Grey #958885

Tints of Suva Grey #958885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.54%

 BLUE value IS 133 (52.34% from 255) = 31.82%

R = 35.65%
G = 32.54%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#958885 (or 0x958885) is known color: Suva Grey. HEX triplet: 95, 88 and 85. RGB value is (149,136,133). Sum of RGB (Red+Green+Blue) = 149+136+133=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #958885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958885 is #6A777A. Grayscale: #8B8B8B. Windows color (decimal): -6977403 or 8751253. OLE color: 8751253.

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

Color convert

RGB 149 136 133 -
CMYK 0 0.09 0.11 0.42
HSL 11.25º 0.07% 0.55% -
HSV(B) 11.25º 0.11% 0.58% -
XYZ 25.43 25.69 25.81 -
YUV 139.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 149 136 133 0 0.09 0.11 0.42 11.25 0.07 0.55
Hex 95 88 85 0 9 B 2A B 7 37
Octal 225 210 205 0 11 13 52 13 7 67
Binary 10010101 10001000 10000101 0 1001 1011 101010 1011 111 110111

Color Harmonies of #958885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958885

Black with #958885

Text Example


Text Example

White with #958885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958885; }

 p { color: rgb(149,136,133); }

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

background-color css

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

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

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

border-color css

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

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

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