Html Css Color HEX #57585D Bright Grey

📋 copy color: '#57585D'

red 87 ◦ green 88 ◦ blue 93

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

Shades of Bright Grey #57585D

Tints of Bright Grey #57585D

RGB

 RED value IS 87 (34.38% from 255) = 32.46%

 GREEN value IS 88 (34.77% from 255) = 32.84%

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 32.46%
G = 32.84%
B = 34.7%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57585D (or 0x57585D) is known color: Bright Grey. HEX triplet: 57, 58 and 5D. RGB value is (87,88,93). Sum of RGB (Red+Green+Blue) = 87+88+93=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 93 - color contains mainly: blue. Hex color #57585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57585D is #A8A7A2. Grayscale: #585858. Windows color (decimal): -11052963 or 6117463. OLE color: 6117463.

HSL color Cylindrical-coordinate representation of color #57585D: hue angle of 230º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #57585D is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 88 93 -
CMYK 0.06 0.05 0 0.64
HSL 230º 0.03% 0.35% -
HSV(B) 230º 0.06% 0.36% -
XYZ 9.4 9.8 11.75 -
YUV 88.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 87 88 93 0.06 0.05 0 0.64 230 0.03 0.35
Hex 57 58 5D 6 5 0 40 E6 3 23
Octal 127 130 135 6 5 0 100 346 3 43
Binary 1010111 1011000 1011101 110 101 0 1000000 11100110 11 100011

Color Harmonies of #57585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57585D

Black with #57585D

Text Example


Text Example

White with #57585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57585D; }

 p { color: rgb(87,88,93); }

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

background-color css

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

 a { background-color: rgb(87,88,93); }

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

border-color css

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

 span { border-color: rgb(87,88,93); }

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