Html Css Color HEX #56595C Bright Grey

📋 copy color: '#56595C'

red 86 ◦ green 89 ◦ blue 92

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

Shades of Bright Grey #56595C

Tints of Bright Grey #56595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.33%

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

R = 32.21%
G = 33.33%
B = 34.46%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56595C (or 0x56595C) is known color: Bright Grey. HEX triplet: 56, 59 and 5C. RGB value is (86,89,92). Sum of RGB (Red+Green+Blue) = 86+89+92=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 92 - color contains mainly: blue. Hex color #56595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56595C is #A9A6A3. Grayscale: #585858. Windows color (decimal): -11118244 or 6052182. OLE color: 6052182.

HSL color Cylindrical-coordinate representation of color #56595C: hue angle of 210º 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 #56595C is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 89 92 -
CMYK 0.07 0.03 0 0.64
HSL 210º 0.03% 0.35% -
HSV(B) 210º 0.07% 0.36% -
XYZ 9.34 9.9 11.54 -
YUV 88.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 86 89 92 0.07 0.03 0 0.64 210 0.03 0.35
Hex 56 59 5C 7 3 0 40 D2 3 23
Octal 126 131 134 7 3 0 100 322 3 43
Binary 1010110 1011001 1011100 111 11 0 1000000 11010010 11 100011

Color Harmonies of #56595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56595C

Black with #56595C

Text Example


Text Example

White with #56595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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