Html Css Color HEX #575859 Bright Grey

📋 copy color: '#575859'

red 87 ◦ green 88 ◦ blue 89

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

Shades of Bright Grey #575859

Tints of Bright Grey #575859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 33.71%

R = 32.95%
G = 33.33%
B = 33.71%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#575859 (or 0x575859) is known color: Bright Grey. HEX triplet: 57, 58 and 59. RGB value is (87,88,89). Sum of RGB (Red+Green+Blue) = 87+88+89=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 89 - color contains mainly: blue. Hex color #575859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575859 is #A8A7A6. Grayscale: #575757. Windows color (decimal): -11052967 or 5855319. OLE color: 5855319.

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

Color convert

RGB 87 88 89 -
CMYK 0.02 0.01 0 0.65
HSL 210º 0.01% 0.35% -
HSV(B) 210º 0.02% 0.35% -
XYZ 9.22 9.73 10.84 -
YUV 87.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 87 88 89 0.02 0.01 0 0.65 210 0.01 0.35
Hex 57 58 59 2 1 0 41 D2 1 23
Octal 127 130 131 2 1 0 101 322 1 43
Binary 1010111 1011000 1011001 10 1 0 1000001 11010010 1 100011

Color Harmonies of #575859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575859

Black with #575859

Text Example


Text Example

White with #575859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575859; }

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

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

background-color css

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

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

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

border-color css

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

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

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