Html Css Color HEX #585B63 Bright Grey

📋 copy color: '#585B63'

red 88 ◦ green 91 ◦ blue 99

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

Shades of Bright Grey #585B63

Tints of Bright Grey #585B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.73%

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

R = 31.65%
G = 32.73%
B = 35.61%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#585B63 (or 0x585B63) is known color: Bright Grey. HEX triplet: 58, 5B and 63. RGB value is (88,91,99). Sum of RGB (Red+Green+Blue) = 88+91+99=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 99 - color contains mainly: blue. Hex color #585B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B63 is #A7A49C. Grayscale: #5A5A5A. Windows color (decimal): -10986653 or 6511448. OLE color: 6511448.

HSL color Cylindrical-coordinate representation of color #585B63: hue angle of 223.64º 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 #585B63 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 91 99 -
CMYK 0.11 0.08 0 0.61
HSL 223.64º 0.06% 0.37% -
HSV(B) 223.64º 0.11% 0.39% -
XYZ 10.02 10.46 13.29 -
YUV 91.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 88 91 99 0.11 0.08 0 0.61 223.64 0.06 0.37
Hex 58 5B 63 B 8 0 3D E0 6 25
Octal 130 133 143 13 10 0 75 340 6 45
Binary 1011000 1011011 1100011 1011 1000 0 111101 11100000 110 100101

Color Harmonies of #585B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585B63

Black with #585B63

Text Example


Text Example

White with #585B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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