Html Css Color HEX #958A85 Suva Grey

📋 copy color: '#958A85'

red 149 ◦ green 138 ◦ blue 133

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

Shades of Suva Grey #958A85

Tints of Suva Grey #958A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.86%

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

R = 35.48%
G = 32.86%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#958A85 (or 0x958A85) is known color: Suva Grey. HEX triplet: 95, 8A and 85. RGB value is (149,138,133). Sum of RGB (Red+Green+Blue) = 149+138+133=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #958A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958A85 is #6A757A. Grayscale: #8C8C8C. Windows color (decimal): -6976891 or 8751765. OLE color: 8751765.

HSL color Cylindrical-coordinate representation of color #958A85: hue angle of 18.75º 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 #958A85 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 138 133 -
CMYK 0 0.07 0.11 0.42
HSL 18.75º 0.07% 0.55% -
HSV(B) 18.75º 0.11% 0.58% -
XYZ 25.72 26.26 25.9 -
YUV 140.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 149 138 133 0 0.07 0.11 0.42 18.75 0.07 0.55
Hex 95 8A 85 0 7 B 2A 13 7 37
Octal 225 212 205 0 7 13 52 23 7 67
Binary 10010101 10001010 10000101 0 111 1011 101010 10011 111 110111

Color Harmonies of #958A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A85

Black with #958A85

Text Example


Text Example

White with #958A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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