Html Css Color HEX #57585A Bright Grey

📋 copy color: '#57585A'

red 87 ◦ green 88 ◦ blue 90

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

Shades of Bright Grey #57585A

Tints of Bright Grey #57585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.96%

R = 32.83%
G = 33.21%
B = 33.96%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#57585A (or 0x57585A) is known color: Bright Grey. HEX triplet: 57, 58 and 5A. RGB value is (87,88,90). Sum of RGB (Red+Green+Blue) = 87+88+90=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 90 - color contains mainly: blue. Hex color #57585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57585A is #A8A7A5. Grayscale: #575757. Windows color (decimal): -11052966 or 5920855. OLE color: 5920855.

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

Color convert

RGB 87 88 90 -
CMYK 0.03 0.02 0 0.65
HSL 220º 0.02% 0.35% -
HSV(B) 220º 0.03% 0.35% -
XYZ 9.27 9.74 11.07 -
YUV 87.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 87 88 90 0.03 0.02 0 0.65 220 0.02 0.35
Hex 57 58 5A 3 2 0 41 DC 2 23
Octal 127 130 132 3 2 0 101 334 2 43
Binary 1010111 1011000 1011010 11 10 0 1000001 11011100 10 100011

Color Harmonies of #57585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57585A

Black with #57585A

Text Example


Text Example

White with #57585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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