Html Css Color HEX #958B88 Suva Grey

📋 copy color: '#958B88'

red 149 ◦ green 139 ◦ blue 136

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

Shades of Suva Grey #958B88

Tints of Suva Grey #958B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.78%

 BLUE value IS 136 (53.52% from 255) = 32.08%

R = 35.14%
G = 32.78%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#958B88 (or 0x958B88) is known color: Suva Grey. HEX triplet: 95, 8B and 88. RGB value is (149,139,136). Sum of RGB (Red+Green+Blue) = 149+139+136=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #958B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958B88 is #6A7477. Grayscale: #8D8D8D. Windows color (decimal): -6976632 or 8948629. OLE color: 8948629.

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

Color convert

RGB 149 139 136 -
CMYK 0 0.07 0.09 0.42
HSL 13.85º 0.06% 0.56% -
HSV(B) 13.85º 0.09% 0.58% -
XYZ 26.07 26.63 27.06 -
YUV 141.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 149 139 136 0 0.07 0.09 0.42 13.85 0.06 0.56
Hex 95 8B 88 0 7 9 2A E 6 38
Octal 225 213 210 0 7 11 52 16 6 70
Binary 10010101 10001011 10001000 0 111 1001 101010 1110 110 111000

Color Harmonies of #958B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B88

Black with #958B88

Text Example


Text Example

White with #958B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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