Html Css Color HEX #585961 Bright Grey

📋 copy color: '#585961'

red 88 ◦ green 89 ◦ blue 97

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

Shades of Bright Grey #585961

Tints of Bright Grey #585961

RGB

 RED value IS 88 (34.77% from 255) = 32.12%

 GREEN value IS 89 (35.16% from 255) = 32.48%

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 32.12%
G = 32.48%
B = 35.4%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585961 (or 0x585961) is known color: Bright Grey. HEX triplet: 58, 59 and 61. RGB value is (88,89,97). Sum of RGB (Red+Green+Blue) = 88+89+97=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 97 - color contains mainly: blue. Hex color #585961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585961 is #A7A69E. Grayscale: #595959. Windows color (decimal): -10987167 or 6379864. OLE color: 6379864.

HSL color Cylindrical-coordinate representation of color #585961: hue angle of 233.33º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #585961 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 89 97 -
CMYK 0.09 0.08 0 0.62
HSL 233.33º 0.05% 0.36% -
HSV(B) 233.33º 0.09% 0.38% -
XYZ 9.75 10.08 12.74 -
YUV 89.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 88 89 97 0.09 0.08 0 0.62 233.33 0.05 0.36
Hex 58 59 61 9 8 0 3E E9 5 24
Octal 130 131 141 11 10 0 76 351 5 44
Binary 1011000 1011001 1100001 1001 1000 0 111110 11101001 101 100100

Color Harmonies of #585961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585961

Black with #585961

Text Example


Text Example

White with #585961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585961; }

 p { color: rgb(88,89,97); }

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

background-color css

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

 a { background-color: rgb(88,89,97); }

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

border-color css

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

 span { border-color: rgb(88,89,97); }

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