Html Css Color HEX #565760 Bright Grey

📋 copy color: '#565760'

red 86 ◦ green 87 ◦ blue 96

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

Shades of Bright Grey #565760

Tints of Bright Grey #565760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.69%

R = 31.97%
G = 32.34%
B = 35.69%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565760 (or 0x565760) is known color: Bright Grey. HEX triplet: 56, 57 and 60. RGB value is (86,87,96). Sum of RGB (Red+Green+Blue) = 86+87+96=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 96 - color contains mainly: blue. Hex color #565760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565760 is #A9A89F. Grayscale: #575757. Windows color (decimal): -11118752 or 6313814. OLE color: 6313814.

HSL color Cylindrical-coordinate representation of color #565760: hue angle of 234º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #565760 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 87 96 -
CMYK 0.10 0.09 0 0.62
HSL 234º 0.05% 0.36% -
HSV(B) 234º 0.1% 0.38% -
XYZ 9.36 9.64 12.43 -
YUV 87.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 86 87 96 0.10 0.09 0 0.62 234 0.05 0.36
Hex 56 57 60 A 9 0 3E EA 5 24
Octal 126 127 140 12 11 0 76 352 5 44
Binary 1010110 1010111 1100000 1010 1001 0 111110 11101010 101 100100

Color Harmonies of #565760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565760

Black with #565760

Text Example


Text Example

White with #565760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565760; }

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

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

background-color css

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

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

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

border-color css

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

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

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