Html Css Color HEX #56575A Bright Grey

📋 copy color: '#56575A'

red 86 ◦ green 87 ◦ blue 90

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

Shades of Bright Grey #56575A

Tints of Bright Grey #56575A

RGB

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

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

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

R = 32.7%
G = 33.08%
B = 34.22%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#56575A (or 0x56575A) is known color: Bright Grey. HEX triplet: 56, 57 and 5A. RGB value is (86,87,90). Sum of RGB (Red+Green+Blue) = 86+87+90=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 90 - color contains mainly: blue. Hex color #56575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56575A is #A9A8A5. Grayscale: #575757. Windows color (decimal): -11118758 or 5920598. OLE color: 5920598.

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

Color convert

RGB 86 87 90 -
CMYK 0.04 0.03 0 0.65
HSL 225º 0.02% 0.35% -
HSV(B) 225º 0.04% 0.35% -
XYZ 9.09 9.53 11.03 -
YUV 87.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 86 87 90 0.04 0.03 0 0.65 225 0.02 0.35
Hex 56 57 5A 4 3 0 41 E1 2 23
Octal 126 127 132 4 3 0 101 341 2 43
Binary 1010110 1010111 1011010 100 11 0 1000001 11100001 10 100011

Color Harmonies of #56575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56575A

Black with #56575A

Text Example


Text Example

White with #56575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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