Html Css Color HEX #565961 Bright Grey

📋 copy color: '#565961'

red 86 ◦ green 89 ◦ blue 97

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

Shades of Bright Grey #565961

Tints of Bright Grey #565961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.66%

R = 31.62%
G = 32.72%
B = 35.66%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565961 (or 0x565961) is known color: Bright Grey. HEX triplet: 56, 59 and 61. RGB value is (86,89,97). Sum of RGB (Red+Green+Blue) = 86+89+97=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 97 - color contains mainly: blue. Hex color #565961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565961 is #A9A69E. Grayscale: #585858. Windows color (decimal): -11118239 or 6379862. OLE color: 6379862.

HSL color Cylindrical-coordinate representation of color #565961: hue angle of 223.64º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #565961 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 89 97 -
CMYK 0.11 0.08 0 0.62
HSL 223.64º 0.06% 0.36% -
HSV(B) 223.64º 0.11% 0.38% -
XYZ 9.57 9.99 12.73 -
YUV 89.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 86 89 97 0.11 0.08 0 0.62 223.64 0.06 0.36
Hex 56 59 61 B 8 0 3E E0 6 24
Octal 126 131 141 13 10 0 76 340 6 44
Binary 1010110 1011001 1100001 1011 1000 0 111110 11100000 110 100100

Color Harmonies of #565961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565961

Black with #565961

Text Example


Text Example

White with #565961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565961; }

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

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

background-color css

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

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

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

border-color css

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

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

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