Html Css Color HEX #56575F Bright Grey

📋 copy color: '#56575F'

red 86 ◦ green 87 ◦ blue 95

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

Shades of Bright Grey #56575F

Tints of Bright Grey #56575F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.45%

R = 32.09%
G = 32.46%
B = 35.45%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#56575F (or 0x56575F) is known color: Bright Grey. HEX triplet: 56, 57 and 5F. RGB value is (86,87,95). Sum of RGB (Red+Green+Blue) = 86+87+95=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 95 - color contains mainly: blue. Hex color #56575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56575F is #A9A8A0. Grayscale: #575757. Windows color (decimal): -11118753 or 6248278. OLE color: 6248278.

HSL color Cylindrical-coordinate representation of color #56575F: hue angle of 233.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #56575F is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 86 87 95 -
CMYK 0.09 0.08 0 0.63
HSL 233.33º 0.05% 0.35% -
HSV(B) 233.33º 0.09% 0.37% -
XYZ 9.31 9.62 12.19 -
YUV 87.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 86 87 95 0.09 0.08 0 0.63 233.33 0.05 0.35
Hex 56 57 5F 9 8 0 3F E9 5 23
Octal 126 127 137 11 10 0 77 351 5 43
Binary 1010110 1010111 1011111 1001 1000 0 111111 11101001 101 100011

Color Harmonies of #56575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56575F

Black with #56575F

Text Example


Text Example

White with #56575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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