#958B88

Color #958B88 Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #958B88

Tints of Suva Grey #958B88

Color information

#958B88 (or 0x958B88) is unknown color: approx 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

RGB149139136-
CMYK00.070.090.42
HSL13.85º5.78%55.88%-
HSV(B)13.85º8.72%58.43%-
XYZ26.0726.6327.06-
YUV141.65124.81133.24-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913913600.070.090.4213.855.7855.88
Hex958B880792Ae638
Octal22521321007115216670
Binary100101011000101110001000011110011010101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>