Html Css Color HEX #585963 Bright Grey

📋 copy color: '#585963'

red 88 ◦ green 89 ◦ blue 99

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

Shades of Bright Grey #585963

Tints of Bright Grey #585963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 31.88%
G = 32.25%
B = 35.87%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#585963 (or 0x585963) is known color: Bright Grey. HEX triplet: 58, 59 and 63. RGB value is (88,89,99). Sum of RGB (Red+Green+Blue) = 88+89+99=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #585963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585963 is #A7A69C. Grayscale: #595959. Windows color (decimal): -10987165 or 6510936. OLE color: 6510936.

HSL color Cylindrical-coordinate representation of color #585963: hue angle of 234.55º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #585963 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 89 99 -
CMYK 0.11 0.10 0 0.61
HSL 234.55º 0.06% 0.37% -
HSV(B) 234.55º 0.11% 0.39% -
XYZ 9.85 10.12 13.24 -
YUV 89.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 88 89 99 0.11 0.10 0 0.61 234.55 0.06 0.37
Hex 58 59 63 B A 0 3D EB 6 25
Octal 130 131 143 13 12 0 75 353 6 45
Binary 1011000 1011001 1100011 1011 1010 0 111101 11101011 110 100101

Color Harmonies of #585963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585963

Black with #585963

Text Example


Text Example

White with #585963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585963; }

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

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

background-color css

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

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

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

border-color css

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

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

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