Html Css Color HEX #56575C Bright Grey

📋 copy color: '#56575C'

red 86 ◦ green 87 ◦ blue 92

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

Shades of Bright Grey #56575C

Tints of Bright Grey #56575C

RGB

 RED value IS 86 (33.98% from 255) = 32.45%

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

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 32.45%
G = 32.83%
B = 34.72%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56575C (or 0x56575C) is known color: Bright Grey. HEX triplet: 56, 57 and 5C. RGB value is (86,87,92). Sum of RGB (Red+Green+Blue) = 86+87+92=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 92 - color contains mainly: blue. Hex color #56575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56575C is #A9A8A3. Grayscale: #575757. Windows color (decimal): -11118756 or 6051670. OLE color: 6051670.

HSL color Cylindrical-coordinate representation of color #56575C: 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.07%. Process color model (Four color, CMYK) of #56575C is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 87 92 -
CMYK 0.07 0.05 0 0.64
HSL 230º 0.03% 0.35% -
HSV(B) 230º 0.07% 0.36% -
XYZ 9.18 9.57 11.49 -
YUV 87.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 86 87 92 0.07 0.05 0 0.64 230 0.03 0.35
Hex 56 57 5C 7 5 0 40 E6 3 23
Octal 126 127 134 7 5 0 100 346 3 43
Binary 1010110 1010111 1011100 111 101 0 1000000 11100110 11 100011

Color Harmonies of #56575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56575C

Black with #56575C

Text Example


Text Example

White with #56575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56575C; }

 p { color: rgb(86,87,92); }

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

background-color css

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

 a { background-color: rgb(86,87,92); }

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

border-color css

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

 span { border-color: rgb(86,87,92); }

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