Html Css Color HEX #958583 Suva Grey

📋 copy color: '#958583'

red 149 ◦ green 133 ◦ blue 131

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

Shades of Suva Grey #958583

Tints of Suva Grey #958583

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.2%

 BLUE value IS 131 (51.56% from 255) = 31.72%

R = 36.08%
G = 32.2%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#958583 (or 0x958583) is known color: Suva Grey. HEX triplet: 95, 85 and 83. RGB value is (149,133,131). Sum of RGB (Red+Green+Blue) = 149+133+131=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #958583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958583 is #6A7A7C. Grayscale: #898989. Windows color (decimal): -6978173 or 8619413. OLE color: 8619413.

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

Color convert

RGB 149 133 131 -
CMYK 0 0.11 0.12 0.42
HSL 6.67º 0.08% 0.55% -
HSV(B) 6.67º 0.12% 0.58% -
XYZ 24.88 24.8 24.95 -
YUV 137.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 149 133 131 0 0.11 0.12 0.42 6.67 0.08 0.55
Hex 95 85 83 0 B C 2A 7 8 37
Octal 225 205 203 0 13 14 52 7 10 67
Binary 10010101 10000101 10000011 0 1011 1100 101010 111 1000 110111

Color Harmonies of #958583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958583

Black with #958583

Text Example


Text Example

White with #958583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958583; }

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

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

background-color css

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

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

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

border-color css

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

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

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